A process event is sent when a process is terminated.
To process a ProcessEvent, use these event handler macros to direct input to a member
function that takes a ProcessEvent argument.
evt_end_process(id) { | event | … } | Process a EVT_END_PROCESS event.id is the identifier of the process object (the id passed to the Process constructor)or a window to receive the event. |
Process, Event handling overview
Constructor. Takes a ProcessObject or window id, a process id and an
exit status.
Returns the process id.
Returns the exist status.
[This page automatically generated from the Textile source at 2023-06-13 21:31:41 +0000]