JamThreadBusyTime Property |
Returns the time in milliseconds the thread is busy, or -1 if it's idle.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public long BusyTime { get; }
Public ReadOnly Property BusyTime As Long
Get
public:
property long long BusyTime {
long long get ();
}
member BusyTime : int64 with get
Property Value
Type:
Int64See Also