Class: ElseIfFalse

system.logics. ElseIfFalse


new ElseIfFalse(value [, then])

Defines if condition is false in an conditional block.

Parameters:
Name Type Argument Default Description
value Object

The value to evaluate.

then system.process.Action <optional>
null

The action to execute if the value is false.

See:

Extends

Methods


eval()

Evaluates the specified condition.

Inherited From:

toString()

Returns the string representation of this instance.

Inherited From:
Returns:

the string representation of this instance.