| 20% Command group | 20% Flag affected | 20% Reversible | 20% Execute on client | 20% Platform(s) |
|---|---|---|---|---|
| Methods | NO | NO | YES | All |
Quit method return-value
This command quits the current method and returns control to the calling method, if any. If you supply a return-value, the command returns this value to the calling method.
# Prompt the user to quit Omnis
Yes/No message {Do you want to quit Omnis?}
If flag true
Quit Omnis (Force quit) ## closes all instances and tasks, then quits Omnis
End If