Skip to content
Pk11 edited this page Nov 1, 2020 · 1 revision

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"
}