adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / JobExecutionTimes Class / JobEnabled Property


In This Topic
    JobEnabled Property
    In This Topic
    Indicates whether the job is currently enabled for execution (triggers are not held)
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property JobEnabled As Boolean
    [DataMember()]
    public bool JobEnabled {get; set;}
    [DataMember()]
    public:
    property bool JobEnabled {
       bool get();
       void set (    bool value);
    }
    See Also