adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / IsFromController Property


In This Topic
    IsFromController Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFromController As Boolean
    public bool IsFromController {get;}
    public:
    property bool IsFromController {
       bool get();
    }

    Property Value

    true if the connected server is an Agent and the job was sent from the Controller; false if the server is not an Agent or if the job was created directly on the Agent and is not managed by the Controller.
    See Also