aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-10-24 16:18:39 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-10-24 16:18:39 +0300
commit1e24679bf65e42e5df96113bd1eef371036f0940 (patch)
treebb954219f7f5ec0f6e37631cae2c6aa0ac9d184b /Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs
parenta4f4b3be2917b13667217cf826c21e8bd644a8c4 (diff)
downloadTango-1e24679bf65e42e5df96113bd1eef371036f0940.tar.gz
Tango-1e24679bf65e42e5df96113bd1eef371036f0940.zip
Implemented job resume!!
Diffstat (limited to 'Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs')
-rw-r--r--Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs b/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs
index a1a225ab2..eb58a8672 100644
--- a/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs
+++ b/Software/Visual_Studio/Tango.PMR/Common/ErrorCode.cs
@@ -22,7 +22,7 @@ namespace Tango.PMR.Common {
static ErrorCodeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
- "Cg9FcnJvckNvZGUucHJvdG8SEFRhbmdvLlBNUi5Db21tb24q1AMKCUVycm9y",
+ "Cg9FcnJvckNvZGUucHJvdG8SEFRhbmdvLlBNUi5Db21tb24q7QMKCUVycm9y",
"Q29kZRIICgROT05FEAASEQoNR0VORVJBTF9FUlJPUhABEgsKB0JBRF9DUkMQ",
"AhIeChpJTlZBTElEX0RJR0lUQUxfUElOX05VTUJFUhADEhsKF1VOQVVUSE9S",
"SVpFRF9DT05ORUNUSU9OEAQSHwobQ09OVElOVU9VU19SRVNQT05TRV9BQk9S",
@@ -33,8 +33,8 @@ namespace Tango.PMR.Common {
"X1RIUkVBRF9CUkVBSxDRDxIbChZKT0JfV0lOREVSX0RBTkNFUl9GQUlMENIP",
"EhsKFkpPQl9QT09MRVJfREFOQ0VSX0ZBSUwQ0w8SGwoWSk9CX0ZFRURFUl9E",
"QU5DRVJfRkFJTBDUDxITCg5KT0JfT1VUX09GX0RZRRDVDxIUCg9KT0JfT1RI",
- "RVJfQUxBUk0Q1g9CHAoaY29tLnR3aW5lLnRhbmdvLnBtci5jb21tb25iBnBy",
- "b3RvMw=="));
+ "RVJfQUxBUk0Q1g8SFwoSTk9fSk9CX0lOX1BST0dSRVNTENcPQhwKGmNvbS50",
+ "d2luZS50YW5nby5wbXIuY29tbW9uYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Tango.PMR.Common.ErrorCode), }, null));
@@ -90,6 +90,10 @@ namespace Tango.PMR.Common {
[pbr::OriginalName("JOB_FEEDER_DANCER_FAIL")] JobFeederDancerFail = 2004,
[pbr::OriginalName("JOB_OUT_OF_DYE")] JobOutOfDye = 2005,
[pbr::OriginalName("JOB_OTHER_ALARM")] JobOtherAlarm = 2006,
+ /// <summary>
+ ///Occurs when ResumeCurrentJobRequest was called but no job is in progress.
+ /// </summary>
+ [pbr::OriginalName("NO_JOB_IN_PROGRESS")] NoJobInProgress = 2007,
}
#endregion