operation quit

Defines the processing that should occur during a Quit request. If a quit trigger is defined in a component, it is exposed as the quit operation in the component signature.

operation quit
   {variablesBlock}
   Your code here ...
end

Use

All components.

Description

For more information, see trigger quit.

Related Topics