Skip to content

Executor

The Executor needs to be used in conjunction with a Script.

Script

  • Type: Script
  • Default: Empty

The script that the executor will execute.

Variables

Variables set in the executor will be imported into the script as key-value pairs through the init() function.

Released under the MIT License.