| 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: 6.3.1
 Syntax
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
Type: 
Int64 See Also
See Also