OnSessionTimer Event

Applies to
TIB_Session

Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;

Description
This provides a hook into the session timer that operated in the background.

Do not check the Session's IsBusy flag because when this event is fired the IsBusy flag is set to true already. It is possible to check the IB_Session.BusyLevel = 0 setting since I don't increment the normal counter when inside of a session timer event. This way you can distinguish if it is really busy or not.