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


In This Topic
    UserModeTime Property (ExecutionHistoryItem)
    In This Topic
    The total user mode CPU time for this instance
    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