adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ExecutionHistoryItem Class / LocalInstance Property


In This Topic
    LocalInstance Property
    In This Topic
    Indicates whether the instance executed on the connected server.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LocalInstance As Boolean
    public bool LocalInstance {get;}
    public:
    property bool LocalInstance {
       bool get();
    }
    Remarks
    When the client is connected to a Controller instance, LocalInstance will be true for instances that ran on the Controller and false for instances that ran on Agents.
    See Also