StartSCVBatch macro at scenario level
The StartSCVBatch macro is used to synchronize the execution of the macro steps included
in the SCV batch using the specified Batch Name parameter. An SCV batch is a sequence of macro
steps included in a macro between the StartSCVBatch and EndSCVBatch commands.
For executing the macro, the value in the Command field must be specified in this format:
StartSCVBatch( [Batch Name] )
Note: The optional parameters are specified in [ ].
This table lists the parameters used to run StartSCVBatch macro at scenario level:
Parameter Name | Description |
---|---|
Batch Name | The name of the SCV batch. Note: An SCV batch can run with
the same batch name, at a time.
|