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


In This Topic
    UserModeTime Property (JobAgentJoin)
    In This Topic
    Total user mode CPU time, in milliseconds
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UserModeTime As Integer
    public int UserModeTime {get;}
    public:
    property int UserModeTime {
       int get();
    }
    Remarks
    CPU time is only accumulated for certain tasks; see the user guide for details.
    See Also