Module conditional_block

Module conditional_block 

Source

Structsยง

ConditionalBlock
ConditionalBlock : Either the if or else conditional blocks. The if block contains a condition to check. If that condition is met then it will run those list of actions, else it will run the actions in the else block.