isModuleOpen()

Specifies whether a particular module is open.

Synopsis

bool isModuleOpen(string modulename);

Parameters

Parameter Description
modulename Name of the module

Return value

"true" in case of an open module, otherwise "false".

Error

Description

Specifies whether the module with the specified name is open in its own User Interface Manager.

Example

main()
{
 DebugN(isModuleOpen("Para_1"));
}

Assignment

Management of managers

Availability

UI