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


In This Topic
    IsRunning Property
    In This Topic
    Indicates whether the instance is currently running.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsRunning As Boolean
    public bool IsRunning {get;}
    public:
    property bool IsRunning {
       bool get();
    }
    See Also