isModeExtended()
This function returns whether the Vision has been opened in extended mode (configuration mode) or not.
Synopsis
bool isModeExtended();
Parameters
| Parameter | Description | 
|---|---|
| none | - | 
Return value
The function returns 1 for -extend otherwise, 0.
Errors
None
Description
The function returns whether a VISION or UI has been started in extended mode (-extend) or not. This includes the settings -m gedi and -m para. For extended mode, the value is 1 otherwise, 0.
 Example
Example
main()
{
  bool mode;
  mode=isModeExtended();
  DebugN(mode);
}Assignment
Management of managers
Availability
UI
