Method DacSession():isUsed() Professional
Check if the session is used by one or more work areas
:isUsed() --> lIsUsed
The method returns .T. (true) when a DacSession object is used by one or more work areas. Otherwise, .F. (false) is returned.
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.
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.