]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 78] RFE: new status flag F=Failed
authorDarren Nickerson <darren.nickerson@ifax.com>
Sun, 7 Apr 2002 20:33:42 +0000 (20:33 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Sun, 7 Apr 2002 20:33:42 +0000 (20:33 +0000)
Cleanup patch from Patrice for status flag F=Failed. Thanks!

hfaxd/Jobs.c++

index f5190a2d83bdcf0c8d9187fc4059ba02742b0cd9..ed0788c0e2ca7884785a8cb0eb265a2fe5403c48 100644 (file)
@@ -243,7 +243,8 @@ static const char* stateVals[] = {
     "BLOCKED",         // blocked by concurrent activity
     "READY",           // ready to be go, waiting for resources
     "ACTIVE",          // actively being processed
-    "DONE",            // processing completed
+    "DONE",            // processing completed with success
+    "FAILED",          // processing completed with failure
 };
 static const char* docTypeNames[] = {
     "FAX",             // send_fax