OnBeginYield Event |
Applies to
TIB_Session
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
Event hook to give access to when the first process becomes active that
was initiated with Yield as true.
This event is only triggered when the first yirlding process becomes active
and not when other processes that are nested become active.
This will not be affected if other process are nested after it that have
Yield as true or false.