JamThreadIdleTime Property |
Returns the time in milliseconds the thread is idle
since the last time an item has been processed
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic long IdleTime { get; }Public ReadOnly Property IdleTime As Long
Get
public:
property long long IdleTime {
long long get ();
}member IdleTime : int64 with get
Property Value
Int64
See Also