jobRuntime.setDescription(null);\r
switch (savedStatus) {\r
case EXECUTING:\r
- jobRuntime.setStatus(JobStatus.RUNABLE);\r
+ jobRuntime.setStatus(JobStatus.RUNNABLE);\r
jobEngine.addToRunQueue(jobRuntime);\r
break;\r
- case RUNABLE:\r
- jobRuntime.setStatus(JobStatus.RUNABLE);\r
+ case RUNNABLE:\r
+ jobRuntime.setStatus(JobStatus.RUNNABLE);\r
jobEngine.addToRunQueue(jobRuntime);\r
break;\r
case WAIT_EXECUTOR:\r
- jobRuntime.setStatus(JobStatus.RUNABLE);\r
+ jobRuntime.setStatus(JobStatus.RUNNABLE);\r
jobEngine.addToRunQueue(jobRuntime);\r
break;\r
case WAIT_USERMESSAGE:\r