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


In This Topic
    ElapsedTime Property (JobStatus)
    In This Topic
    Time elapsed between ExecutionStart and ExecutionFinish, or between ExecutionStart and current time if instance is still active.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ElapsedTime As Nullable(Of TimeSpan)
    public Nullable<TimeSpan> ElapsedTime {get;}
    public:
    property Nullable<TimeSpan> ElapsedTime {
       Nullable<TimeSpan> get();
    }
    See Also