git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Mon, 20 Dec 2021 11:40:37 +0000 (11:40 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Mon, 20 Dec 2021 11:40:37 +0000 (11:40 +0000)
server/user.jobengine.osgi.server/src/user/jobengine/server/JobStepExecutor.java

index db06c75fbc3d6ac14056b81a5475bf9f30457ec1..23861f7d07dbc7ea43f43dc92ba4250534e93bfe 100644 (file)
@@ -51,8 +51,8 @@ public class JobStepExecutor implements IJobStepExecutor {
                                                }
 
                                                if (job != null) {
-                                                       // TODO set job accepted = PROCESSING_REMOTLY + if error then feedback?
-                                                       // jobRuntime.setDescription(PROCESSING_REMOTLY);
+                                                       // TODO set job accepted = PROCESSING_REMOTELY + if error then feedback?
+                                                       // jobRuntime.setDescription(PROCESSING_REMOTELY);
                                                        jobRuntime = new ClusteredJobRuntime(job, jobEngine, e -> {
                                                                IJobRuntime runtime = (IJobRuntime) e.getSource();
                                                                job.setStatus(runtime.getStatus());