ExecutionInfo

Contains the methods for getting information about the environment in which the script is currently executing.

Methods

Method Name Return Type Description
getRemainingTime int Gets the remaining time, in seconds, that the script is allowed to continue executing. See Script execution limits.
isPreview Boolean Determines whether the script is running in preview mode or live mode.

getRemainingTime

Gets the remaining time, in seconds, that the script is allowed to continue executing. See Script execution limits.

Returns

Type Description
int The number of seconds that the script is allowed to continue executing.

isPreview

Determines whether the script is running in preview mode or live mode. See Running scripts in preview mode

Returns

Type Description
Boolean If true, the script is running in preview mode; otherwise, its running in live mode.