Loading...
 

CX_SYSTEM_OBJECT::EnterNamedInterrupt

CX_SYSTEM_OBJECT::EnterNamedInterrupt

199655

Description:

This function registers an interrupt under a certain name. When the InstantView is running, this interrupt can execute a message on an object or broadcast it to the system.

For example, MorphIT can trigger the interrupt "cancel" while a process is running. For this purpose, a button "cancel" is displayed in the progress display by the Progress command.

Code example:
"cancel" (PROGRESS_CANCEL) Module SystemObject Call(EnterNamedInterrupt)
Stack
Stack Position Object type Brief description
Stack(In) Top CX_SYSTEM_OBJECT
top one CXI_OBJECT Addressee for the event or NULL for broadcast
top two INTEGER Event constant
top three STRING Identifier of the interrupt
Stack(Out) Top
Function call: Call(EnterNamedInterrupt)