adTempus API
ArcanaDevelopment.adTempus.Client Namespace / TimeCriterion Class / AllowEarlyStart Property


In This Topic
    AllowEarlyStart Property
    In This Topic
    Determines whether the job can start early when the StartWithin period is set
    Syntax
    'Declaration
     
    
    Public Property AllowEarlyStart As Boolean
    public bool AllowEarlyStart {get; set;}
    public:
    property bool AllowEarlyStart {
       bool get();
       void set (    bool value);
    }
    See Also