UserFlowStartBlockElse(FuncBoolean) Method

Begins an else section of the block. This section will only be executed if the previous StartBlock(FuncBoolean, FlowMode, Direction)'s or StartBlockElse(FuncBoolean)'s condition returned false.

Definition

Namespace: Firefly.Box.Flow
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void StartBlockElse(
	Func<bool> condition
)

Parameters

condition  FuncBoolean
The condition that will determine if the block will be executed

See Also