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

In This Topic
    Enabled Property (Schedule)
    In This Topic
    Indicates whether the Schedule is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    Disabled schedules are ignored when calculating the execution schedule for a job
    See Also