| AfterExecute Event |
Applies to
TIB_Process
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
Event notification that execution has ended.
This event will not be triggered in an exception is raised in the
BeforeExecute event. Otherwise, regardless of an exception in the process
this event will be triggered.
To check if an exception was raised or the process was aborted check the
ExecutingAborted and ExecutingFailed properties.