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


In This Topic
    UserModeTime Property (JobStatus)
    In This Topic
    Total user mode CPU time for all instances of this job
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UserModeTime As TimeSpan
    public TimeSpan UserModeTime {get;}
    public:
    property TimeSpan UserModeTime {
       TimeSpan get();
    }
    Remarks
    Processor time is only accumulated for certain task types. See the user guide for more information
    See Also