TCLBResultCodes Enumeration
Description
Tcl evaluation result codes. All of these codes can be returned by the EvaluateString method. Only the first two can be returned by the EvaluateFile method.
Values
TCL_OK
Success.
TCL_ERROR
One or more errors occurred.
TCL_RETURN
Return from procedure.
TCL_BREAK
Break out of loop.
TCL_CONTINUE
Skip to next loop iteration.