OpenWGA 7.5 - TMLScript reference
DatabaseMethod :
isOpen()
On object | Database |
Usage | Returns if a session is open on this database |
Description |
A database may be returned without open session if the logged in user has no access to this database. If this returns false you will not be able to retrieve any data on the database. |
Return value | true if a session is open, false if not (Boolean) |
Allowed in script types |
|