adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Job Class / IsFromMaster Method


In This Topic
    IsFromMaster Method
    In This Topic
    Indicates whether the job was sent to this agent from the Master
    Syntax
    'Declaration
     
    
    Public Function IsFromMaster() As Boolean
    public bool IsFromMaster()
    public:
    bool IsFromMaster(); 

    Return Value

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