Exit Code
Associated with: Python Program items
This status attribute indicates the completion status of the last run of the Python program.
An Exit Code of 0 (zero) indicates that the program ran to completion successfully.
Any other exit code number indicates that issues were detected when attempting to run the program. The writer of the program will be able to provide information about the meaning of any non-zero exit code numbers. An exit code of 1 might also indicate that the Stop pick action or method was used to discontinue a program run (see Stop).
Further Information