Set Synchronous to False to run the action asynchronously.
When you run the action asynchronously, the action returns a token immediately and queues the action. You retrieve the status and results for the action by sending the QueueInfo action.
To run actions asynchronously, you must enable asynchronous actions in your configuration file. See Actions Configuration Parameters
| Actions: | |
| Type: | Boolean |
| Default: | True |
| Example: | Synchronous=True
|
| See Also: |
|
|