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


In This Topic
    OriginalQueueOrder Property
    In This Topic
    The queue order for the instance, which can be used to reorder pending jobs that have the same priority.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OriginalQueueOrder As Integer
    public int OriginalQueueOrder {get;}
    public:
    property int OriginalQueueOrder {
       int 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. Otherwise it will always return 0.
    See Also