Skip to main content

try_catch

Control Flow

Wraps commands with try and catch equivalents.

Parameters

Parameter Type Required Default Description
try array Yes Commands executed first
catch array No [] Commands executed on failure

Usage Example

RTILA X PROJECT JSON

    {
  "command": "try_catch",
  "params": {
    "try": [],
    "catch": []
  }
}
  

Related Scenarios

Related Learning Articles

Was this helpful?