adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SharedSchedule Class / Enabled Property


In This Topic
    Enabled Property (SharedSchedule)
    In This Topic
    Indicates whether the schedule is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }
    Remarks
    If a schedule is disabled it will be ignored when calculating the execution schedules for jobs.
    See Also