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


In This Topic
    NextStart Property (JobAgentJoin)
    In This Topic
    The next scheduled start date/time for the job
    Syntax
    'Declaration
     
    
    <ComVisibleAttribute(False)>
    Public ReadOnly Property NextStart As Nullable(Of DateTimeOffset)
    [ComVisible(false)]
    public Nullable<DateTimeOffset> NextStart {get;}
    [ComVisible(false)]
    public:
    property Nullable<DateTimeOffset> NextStart {
       Nullable<DateTimeOffset> get();
    }
    Remarks
    If the job is in a mirrored queue this time represents the next start on the Master only. See JobStatus.NextMirrorStart for the next scheduled start on the agents.
    See Also