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


In This Topic
    QueueState Property
    In This Topic
    The queue state of an active instance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property QueueState As Nullable(Of QueueState)
    public Nullable<QueueState> QueueState {get;}
    public:
    property Nullable<QueueState> QueueState {
       Nullable<QueueState> get();
    }
    Remarks
    This value is only set when the object was fetched through a call to DataContext.GetJobMonitorData using the ArcanaDevelopment.adTempus.Shared.JobMonitorViewFetchOptions.GetQueueOrdering option.
    See Also