« Back to Product

Documentation

CATAN_CancelOverride

Require: Symcon >= 9.0

 boolean CATAN_CancelOverride (int $InstanzID) 

Parameters

InstanzID

The ID of the Catan channel instance whose overwriting is to be canceled.

Returns

If the command could be executed successfully, it returns TRUE, otherwise FALSE.

Description

Cancels the overwriting of the channel with the ID InstanzID.

Example

CATAN_CancelOverride(12345); // Bricht die Überschreibung des Kanals ab
Any questions?