Add commands to text user interface

This commit is contained in:
Rolf Aretz Lap
2017-02-19 14:19:48 +01:00
committed by Laurent Clouet
parent c91bfc38fd
commit 7d2209a0f4
8 changed files with 232 additions and 6 deletions

View File

@@ -394,12 +394,7 @@ public class Working implements Activity {
if (client != null) {
Job job = client.getRenderingJob();
if (job != null) {
job.setAskForRendererKill(true);
job.setUserBlockJob(true);
RenderProcess process = job.getProcessRender();
if (process != null) {
OS.getOS().kill(process.getProcess());
}
job.block();
}
}
}