Created exit (markdown)

Pk11
2020-11-01 15:42:52 -06:00
parent bc73fdf686
commit 3937f402e1
+8
@@ -0,0 +1,8 @@
The `exit` function has no parameters. It causes the script to exit immediately, most useful in combination with [promptMessage](promptMessage) to allow for different actions depending on user input.
Example:
```json
{
"type": "exit"
}
```