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


In This Topic
    KernelModeTime Property (ExecutionHistoryStep)
    In This Topic
    The total kernel mode CPU time for this step
    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