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


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