adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStatus Class / KernelModeTime Property


In This Topic
    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();
    }
    Remarks
    Processor time is only accumulated for certain task types. See the user guide for more information
    See Also