You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
There has been an attempt to systematize exit status numbers (see /usr/include/sysexits.h), but this is intended for C and C++ programmers. A similar standard for scripting might be appropriate. The author of this document proposes restricting user-defined exit codes to the range 64 - 113 (in addition to 0, for success), to conform with the C/C++ standard. This would allot 50 valid codes, and make troubleshooting scripts more straightforward.
[author="ccgadmin", created="Mon, 27 May 2013 14:39:40 +0800"]
Just spoke to Kevin. A means to satisfy this requirement is for a specific exit code for a specific task/workflow/tool to trigger an abort for the complete workflow. That is to cascade the abort to all other tasks/jobs in the workflow.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[reporter="ccgadmin", created="Tue, 19 Mar 2013 12:52:14 +0800"]
The text was updated successfully, but these errors were encountered: