Beyond FTP Feature Tour
Beyond FTP Script
Editor - Wait_For_Completion Command
Back
to Feature Tour


The Wait_For_Completion command simply pauses the script
until all previous actions have been resolved. There is no error checking.
The Delay parameter pauses the script for an additional number of seconds
after the last action has finished. The Each_Server parameter forces a wait
on a server by server basis. Delay and Each_Server may not be combined.
Example:
:Wait_for_completion:
:Wait_for_completion: delay=10
Back
to Feature Tour

|