activateMode()

Switches the module to normal operating mode.

Synopsis

void activateMode(string moduleName);

Parameter

Parameter Meaning
moduleName Name of the module to be switched

Return Value

None

Description

activateMode() switches the module moduleName to normal operating mode. This means that the cursor should be used in the normal manner - unlike in individual confirm mode where the cursor can only be used for acknowledgement ( confirmMode() ).

Example

main()
{
  activateMode("Modul 3");
}

Assignment

Management of managers

Availability

UI