confirmMode()
Switches the module to individual acknowledge mode.
Synopsis
void confirmMode( string moduleName);
Parameters
| Parameter | Meaning | 
|---|---|
| modulName | name of the module to be switched | 
Return Value
None.
Description
confirmMode () switches the module moduleName to the individual acknowledge mode. Pending alarms must first be acknowledged individually. The cursor has a different appearance than in operating mode (activateMode()).
                 Example
                Example
            
main()
{
  confirmMode("Modul 3");
}Assignment
Management of managers
Availability
UI
