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


In This Topic
    Enabled Property (JobStep)
    In This Topic
    Determines whether the step 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 step is disabled, (Enabled set to false the step is skipped during job execution)
    See Also