Class: ElseIf

system.logics. ElseIf


new ElseIf( [rule] [, then])

Defines a conditional rule to defines an elseif block in a IfTask reference.

Parameters:
Name Type Argument Default Description
rule system.rules.Rule <optional>
null

The condition to evaluate.

then system.process.Action <optional>
null

The action to execute if the condition is true.

Implements:

Extends

Methods


eval()

Evaluates the specified condition.

Inherited From:
Implements:

toString()

Returns the string representation of this instance.

Inherited From:
Implements:
Returns:

the string representation of this instance.