882 Video Test Instrument User Guide (Rev. A.35) 147
GetCancelOnError
Class Command
Description Returns CancelOnError status. Return value of true indicates that an execution error will
cause Canceled() to be true. To terminate script execution on error, program code should
check the state of Canceled(); if it is true the program should exit via "return true;"
Command syntax sc.GetCancelOnError(void)
Return type bool
Related commands Canceled(), SetCancelOnError(), GetError()