1# This is a special exit code that is recognized by sync.py to terminate
2# the processing of the command sequence.
3CONTINUE_EXITVAL = 2
4SUCCESS_EXITVAL = 0
5FAILURE_EXITVAL = 1
6