Used to specify whether the execution of the FTP Download action should wait for the download to complete (synchronous) or start the download without waiting (asynchronous).
The following constants can be used anywhere in macros or scripts in place of the actual values.
If you are retrieving the value of a property or parameter, scripts or macros will return the integer value, whereas Inspector will display the constant equivalent.
When using constants in the script editor, each constant must be prefaced by nl.
Wait Constants (macro editor) |
Wait Constants (script editor) |
Value |
Description |
FTPDownloadDontWait |
nlFTPDownloadDontWait |
2 |
Start the download without waiting (asynchronous). |
FTPDownloadWait |
nlFTPDownloadWait |
3 |
The execution of this action should wait for the download to complete (synchronous). |
FTPDownload action | Download method
© 2004-2021 looksoftware. All rights reserved.