Classes
 ClassDescription
 ElseIf Defines a conditional rule to defines a specific 'elseif' block in a IfTask reference.
 ElseIfEmptyString Defines if a value is an empty string in an 'elseif' conditional block.
 ElseIfEquals Defines an equality between two values in an 'elseif' conditional block.
 ElseIfFalse Defines if a condition is false in an 'elseif' conditional block.
 ElseIfGreaterOrEqualsThan Defines if a value is greater or equals than an other in an 'elseif' conditional block.
 ElseIfGreaterThan Defines if a value is greater than an other in an 'elseif' conditional block.
 ElseIfLessOrEqualsThan Defines if a value is less or equals than an other in an 'elseif' conditional block.
 ElseIfLessThan Defines if a value is less than an other in an 'elseif' conditional block.
 ElseIfNull Defines if a value is null in an 'elseif' conditional block.
 ElseIfTrue Defines if a condition is true in an 'elseif' conditional block.
 ElseIfZero Defines if a value is 0 in an 'elseif' conditional block.
 IfEmptyString Perform some tasks based on whether a given value is an empty string ("").
 IfEquals Perform some tasks based on whether a given condition holds equality of two values.
 IfFalse Perform some tasks based on whether a given condition holds false.
 IfGreaterOrEqualsThan Perform some tasks based on whether a given value is greater or equal than another value.
 IfGreaterThan Perform some tasks based on whether a given value is greater than another value.
 IfLessOrEqualsThan Perform some tasks based on whether a given value is less or equal than another value.
 IfLessThan Perform some tasks based on whether a given value is less than another value.
 IfNull Perform some tasks based on whether a given value is null (strict or not).
 IfTask Perform some tasks based on whether a given condition holds true or not.
 IfTrue Perform some tasks based on whether a given condition holds true.
 IfUndefined Perform some tasks based on whether a given value is undefined.
 IfZero Perform some tasks based on whether a given value is 0.