adTempus API
ArcanaDevelopment.adTempus.Client Namespace / JobStatus Class / ActiveInstances Property


In This Topic
    ActiveInstances Property (JobStatus)
    In This Topic
    The number of instances of this job that are currently active.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ActiveInstances As Integer
    public int ActiveInstances {get;}
    public:
    property int ActiveInstances {
       int get();
    }
    See Also