JamThreadBusyTime Property |
Returns the time in milliseconds the thread is busy, or -1 if it's idle.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
Int64
See Also