diff Core/Enumerations.h @ 2811:7cfc8d266f41

reason for releasing resources in jobs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 06 Sep 2018 12:32:02 +0200
parents c196d76cb8fa
children ea7aea6f6a95
line wrap: on
line diff
--- a/Core/Enumerations.h	Thu Sep 06 11:06:54 2018 +0200
+++ b/Core/Enumerations.h	Thu Sep 06 12:32:02 2018 +0200
@@ -567,6 +567,15 @@
     JobStepCode_Retry
   };
 
+  enum JobReleaseReason
+  {
+    JobReleaseReason_Paused,
+    JobReleaseReason_Canceled,
+    JobReleaseReason_Success,
+    JobReleaseReason_Failure,
+    JobReleaseReason_Retry
+  };
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations