The action to perform on the queue. Specify one of the following actions:
cancel
- cancel the queued action specified by the Token
parameter. Use this option to cancel an action that has not started processing.changePriority
- change the priority of the action specified by the Token
parameter.
Tip: To find the current priority of a queued action, use QueueAction=getStatus
.
duplicate
- copy a pending or running action. You cannot copy a completed action.getActionParameters
- returns the action parameters that were passed to the action specified by the Token
parameter, or all pending and running actions when Token
is not set. You cannot retrieve the parameters passed to a completed action.
getStatus
- get the status of the action specified by the Token
parameter, or the entire queue specified by the QueueName
parameter when Token
is not set.pause
- pause processing the queue specified by the QueueName
parameter.queueStatus
- return whether the queue is paused, and return the numbers of pending, running, and completed jobs. resume
- resume processing the queue specified by the QueueName
parameter.stop
- stop the running action specified by the Token
parameter. Use this option to stop an action that has started processing.Actions: | QueueInfo |
Type: | String |
Default: | |
Example: | &QueueAction=getStatus
|
See Also: |
|