VLSqueuePreference Struct
typedef struct {
long wait_time;
long hold_time;
int priority_num;
long absPosition;
long grpPosition;
} VLSqueuePreference;
Member | Description |
---|---|
wait_time |
Maximum time, the client can be in queue. |
hold_time |
After allotment, the maximum time interval for which the License Manager will keep the requested units reserved for this client. |
priority_num |
Priority vis-a-vis other clients, as decided by the client application. For use in future. |
absPosition |
The maximum position within the queue, before which the client can be queued. |
grpPosition |
The maximum position within the queue, considering only those queued clients that belong to the same group as this client, before which the client can be queued -1 if the client doesn't care. |