Begin

Triggers a script to start running.

Supported Script Types

Properties

Property Details
Application Not used.
Parameters Enter parameters (0-9) to send to the newly spawned script. When tracing a script, these parameters appear in the Begin action of the newly spawned script. In the trace output, the parameters are named in the Name column as p1 through pn (where n is the parameter count) and the actual variable name is in the Value column. Enter the parameters one per line in the editor. After adding parameters in the editor, you can expand the Parameters field to see each parameter that you previously entered.

Branches

Branch Details
Default Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined. The Default branch condition is always used.