Quit all methods

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Methods NO NO NO All

Syntax

Quit all methods

Description

This command quits all methods that are running. If the command is executed during a method which has been called, Omnis quits both the current method and the calling method.

Example

# Quit all methods so that OK message never gets shown
# calling method
Do method QuitMethod
OK message {This never never gets shown}
# method Quitmethod
Quit all methods