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


In This Topic
    ExecutionFinish Property (JobAgentJoin)
    In This Topic
    The end date/time of the most recent execution of the job
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property ExecutionFinish As Nullable(Of DateTimeOffset)
    [ComVisible(false)]
    public Nullable<DateTimeOffset> ExecutionFinish {get;}
    [ComVisible(false)]
    public:
    property Nullable<DateTimeOffset> ExecutionFinish {
       Nullable<DateTimeOffset> get();
    }
    Remarks
    If there are currently active instances of the job (see JobStatus.ActiveInstances)the value will be a null reference (Nothing in Visual Basic)
    See Also