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


In This Topic
    QueueOrderOverride Property
    In This Topic
    The queue order override for the instance, which can be used to reorder pending jobs that have the same priority.
    Syntax
    'Declaration
     
    
    Public Property QueueOrderOverride As Nullable(Of Integer)
    public Nullable<int> QueueOrderOverride {get; set;}
    public:
    property Nullable<int> QueueOrderOverride {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    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