condition delayed boolean

condition delayed boolean Structure: A delayed constant condition.

condition delayed boolean structure
can perform boolean: default

Description

Used for testing compound conditions. There is no reason to use this condition in deployed events. Where a constant condition is required, use the immediate edition of this condition, condition boolean.

A delayed condition is one that does not respond immediately. The engine performs conditions in an optimised order to avoid testing expensive conditions; a delayed condition is expensive.

Field

can perform

Condition immediately resolves to this value.

If can perform is true, the condition immediately resolves to true.

If can perform is false, the condition immediately resolves to false.