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

In This Topic
    Enabled Property (RemoteAgent)
    In This Topic
    Determines whether this agent is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    Remarks
    If the Agent is disabled, no jobs will be sent to it.
    See Also