SCV program
SCV programs are executed in the SCP application using the RunSCV
macro. These programs can also include the STOP_ON_END_STATUS optional parameter. This parameter allows you to control how the macro responds to different outcomes when the program steps are completed. Possible values:
- Warning: The macro stops if the SCV program step completes with a Warning or Error status.
- Error: The macro stops if the SCV program step completes with an Error status.
Note: If this parameter is not populated, the macro continues execution regardless of whether the SCV program step completes with a Warning or Error status.