1
exit
Pk11 edited this page 2020-11-01 15:42:52 -06:00

The exit function has no parameters. It causes the script to exit immediately, most useful in combination with promptMessage to allow for different actions depending on user input.

Example:

{
    "type": "exit"
}