Returns the script's preferences, as an object in which data can be stored and retrieved from:
script.preferences.value = 10;
Returns the script file. Read-only.
Returns the directory in which the script is stored in. Read-only.
Determines whether the scripts wants to display the progress bar or not. true by default.
Specifies whether the script will be kept alive after the user executes another script.