IfThen

data class IfThen


A fundamental clause used within conditional automation nodes like IfFlow and IfChain. It contains a boolean condition expression and a then Node to be executed if the condition evaluates to true.

Summary

Public constructors

IfThen(condition: Expression, then: Node)

Public properties

Expression
Node

Public constructors

IfThen

IfThen(condition: Expression, then: Node)

Public properties

condition

val conditionExpression

then

val thenNode