| WorkerThreadPoolGetCpuUsage Method | 
            Determines the overall cpu usage of the current process
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic static int GetCpuUsage()
Public Shared Function GetCpuUsage As Integer
public:
static int GetCpuUsage()
static member GetCpuUsage : unit -> int 
Return Value
Int32The CPU's idle percentage.
 See Also
See Also