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 - FTP Upload (script editor) |
Wait Constants - FTP Upload (script editor) |
Value |
Description |
FTPUploadDontWait |
nlFTPUploadDontWait |
2 |
Wait for the upload to complete (synchronous upload). |
FTPUploadWait |
nlFTPUploadWait |
3 |
Start the upload without waiting (asynchronous). |
FTPUpload action | Upload method