ATLAS Offline Software
|
#include <MessageCheck.h>
Static Public Member Functions | |
static int | successCode () |
produce a status code to report success More... | |
static int | failureCode () |
produce a status code to report failure More... | |
Definition at line 191 of file Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h.
|
inlinestatic |
produce a status code to report failure
This could be any code really, but this is the code that should report that the job failed when running on the grid. There are actually two codes: FAIL=220, ABORT=221, not sure which of the two I ought to be using here.
Definition at line 203 of file Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h.
|
inlinestatic |
produce a status code to report success
Definition at line 194 of file Control/AthToolSupport/AsgMessaging/AsgMessaging/MessageCheck.h.