Method DacSession():isUsed() Professional
Check if the session is used by one or more work areas
Syntax
:isUsed() --> lIsUsed
Return
The method returns .T. (true) when a DacSession object is used by one or more work areas. Otherwise, .F. (false) is returned.
Description
A DacSession object can be used by multiple work areas in different threads. To check whether a session is in use or can be safely closed, the method :isUsed() should be used.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.