JamThreadIdleTime Property |
Returns the time in milliseconds the thread is idle
since the last time an item has been processed
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
Type:
Int64See Also