KernelModeTime Property (JobStatus)
In This Topic
Total kernel mode CPU time for all instances of this job
Syntax
'Declaration
Public ReadOnly Property KernelModeTime As TimeSpan
public TimeSpan KernelModeTime {get;}
public:
property TimeSpan KernelModeTime {
TimeSpan get();
}
See Also