Enable or disable script test mode.
When a script is run in test mode most commands will behave as if they worked without modifying anything outside of GENIE i.e. variables change value, but files etc. are not written
- Parameters:
-
[in] | ENABLE | Enable test mode |
[in] | DISABLE | Disable test mode |
- Returns:
- Boolean indicating if testmode is currently active
- Return values:
-
| $TRUE | testmode is active |
| $FALSE | testmode is not active |