STOPIF
  • 1 Minute to read
  • Dark
    Light
  • PDF

STOPIF

  • Dark
    Light
  • PDF

Article summary

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"
}


KeyValueDescription
methodSTOPIFStops script execution if Condition evaluates to true
descriptionAny stringText that is displayed in Script Editor Detail Column
projectProject NameProject that method applies to
condition
The Condition to evaluate

Was this article helpful?

What's Next