Workspace 6.21.5
|
If the condition input to the Assertion operation is ever false, the operation will immediately return an error, and the operation will stop executing. In this way, the Assertion operation enforces that a condition is satisfied.
Inputs: | |||
---|---|---|---|
Condition | bool | Must always be true. If the condition input is false, the operation will fail, and Workspace will stop executing. | |
Log message | QString | If the Assertion operation fails, this is the message that should appear in the log. |