macaroni

quit

Description:
The quit executor signals to the hosting application that macaroni should exit.

Parent: execute, then, else

Value (simple form): (none)

# simple form
- quit: 

# simple example
- quit:

EXAMPLE:

- name: exit macaroni
  triggers:
  - hotkey: '{shift-win-q}'
  - quit macaroni
  - exit macaroni
  - stop macaroni
  execute:
  - confirm: Are you sure you want to exit macaroni?
  - quit:

Status: ✅ IMPLEMENTED