IsBusy property

Applies to
TIB_Session

Declaration
Property IsBusy : boolean;

Description
Indicates if the IB_Session is currently in a process.

This is a very important property to check when a form or the application is about to be closed because all pending processes that are running should be properly terminated prior to allowing the components that are in an active process to be destroyed.

It may also be very useful to test this property in order to avoid starting up a second process that may conflict with a current process.