OpenWGA 7.6 - TMLScript reference

Database
Method :

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
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events