Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |