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


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