Skip to main content

Check True

Checks if a given boolean expression is true and generates an error with a specified message when the expression is false.

Input

  • Expression: Determines which expression will receive the content.
    • Type: System.Boolean
    • Required

Output

  • Result: Return result
    • Type: System.Boolean

Misc

  • Error Message: Includes the message that will return an error.
    • Type: System.String