STOPIF
- 1 Minute to read
- Print
- DarkLight
- PDF
STOPIF
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Stops script execution if the Condition evaluates to true.
See IF ELSE ENDIF for more details of how to construct valid IF Conditions
{
"method": "STOPIF",
"condition": "count([CheckData.DS-Join1],1) != 104981",
"description": "expected join records",
"project": "MyProject"
}
Key | Value | Description |
---|---|---|
method | STOPIF | Stops script execution if Condition evaluates to true |
description | Any string | Text that is displayed in Script Editor Detail Column |
project | Project Name | Project that method applies to |
condition | The Condition to evaluate |
Was this article helpful?