isSplitModeActive()
Returns whether split mode has been activated in the system.
Synopsis
isSplitModeActive(bool &bAnswer, string System = "");
Parameter
Parameter | Description |
---|---|
bAnswer | Return |
sSystem | System name |
Return value
Error
Description
Returns whether split mode has been activated in the system.
EXAMPLE
The following example returns whether split mode has been activated in the system.
main()
{
string sSys = "System1";
bool bAnswer;
isSplitModeActive(bAnswer, sSys);
DebugN("Die Rückmeldung:", bAnswer);
}
Assignment
Redu-/Dist-Functions
Availability
CTRL