EventHandler :: ProcessInstanceHandler - Process Instance Event Handler
The process event handler has to be overloaded when specific handling for process events (as update or delete instance) has to be provided. The type of event is passed via the int_event parameter.
The function should return true (YES) to preprocess handlers to abort the process.
When this value is true the function will continue, otherwise the processing terminates.
Implementation details
logical
EventHandler  :: ProcessInstanceHandler ( DB_Event intevent )
- intevent
- Event identifier
The event identifier is an internal number that is defined for typical events.