/
The select Statement
The select Statement
Select statements are the initial condition on whether or not to run a rule. The select
statement contains an event expression that must be true before the rule fires. The simplest event expression merely matches an event domain and type. For example:
select when mail received
A rule with the preceding select
statement will be selected for an event with the domain mail
and the type received
.
Event expressions can express complicated relationships between multiple events. Review the event expression documentation for more examples of select
statements.
, multiple selections available,
Related content
Control Statements
Control Statements
Read with this
Rules Are Simply Conditional Actions
Rules Are Simply Conditional Actions
More like this
Flow Control
Flow Control
Read with this
Variable Arity Event Operators
Variable Arity Event Operators
More like this
Copyright Picolabs | Licensed under Creative Commons.