Get All Print Queues Action
Get the status of all print queues.
A YAML reference document is available that provides complete details about the specific properties for each action and describes how to combine actions into groups and create arrays of actions to be sent as one script to the server. The YAML actions reference is provided as follows:
Action: GetAllPrintQueuesAction
Properties
ResponseVariable[get, set]
Specifies the name of the variable containing the information on all print queues retrieved by this action. By default, the value is Response.
Name[get, set]
string
Specifies the name. This property cannot be empty and must be unique in the YAML script.
Description[get, set]
string
Specifies the description. The default value is "".
RunType[get, set]
ActionRunType
Runs the action by using one of the following types:
-
Always (default)
-
Never
IgnoreErrors[get, set]
bool
Specifies whether to ignore errors and continue with the next action. Valid only for Action and ActionGroup. The default value is false.
FailureRetries[get, set]
int
Specifies the number of times the action is retried if it fails. Available only for Action. The default value is 0.
RetryInterval[get, set]
int
Specifies the interval, in milliseconds, that elapses when a failed action is retried. Valid only when the value of FailureRetries is greater than 0. Available only for Action. The default value is 10000.
Example
GetAllPrintQueuesAction:
ResponseVariable: Response
Name: Get All Print Queues
# And more common action properties
...
