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


In This Topic
    Enabled Property (QueueAgentJoin)
    In This Topic
    Indicates whether this Agent is enabled for the queue.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }
    Remarks
    If the QueueAgentJoin is not enabled, jobs in the queue will not be sent to this agent.
    See Also