getExecuteFlagValue

getExecuteFlagValue(name: String): Boolean;

The getExecuteFlagValue method of the Node class returns a boolean value containing the current, effective value of a flag used in executeWhen instructions.

The effective value of the flag is read from the [JadeExecuteFlags] section of the JADE initialization file when the node is initialized, but can be changed by calling the setExecuteFlagValue method.