Storage Software
1751803 Members
5150 Online
108781 Solutions
New Discussion

WAIT_UNTIL command in SSSU 10.0

 
dany_aj
Occasional Contributor

WAIT_UNTIL command in SSSU 10.0

From the 10.0 version onwards SSSU will support a new command "WAIT_UNTIL". This command is used to wait until a certain asynchronous operation is complete. The SSSU reference guide will have the complete description about this command.

 

The command will come handy when writing scripts especially in places where execution of a command relies on the completion of a previous asynchronous operation.

 

Attached is a script that makes use of the WAIT_UNTIL command to perform a sequence of operations.