cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar

Kill process without killing JMP

JMP does an amazing job of chugging along so even long analyses get done eventually (unless there are hardware limitations). However, sometimes these long processes are kicked off on accident or without realizing how long they will actually take.

 

I would like to suggest a way to kill the current process so the single thing I started stops, but I don't have to force close all of JMP and lose any other work I have going on. I know myself, and many colleagues, have done these things - from an accidental click to a botched while loop - so a way to save JMP from this 'killer process' would be greatly appreciated!

14 Comments
nathan-clark
Level VI

I wouldn't say Esc is the death sentence for all stuck code, but it's definitely the first thing to try.

 

Personally, I've never had any of my stuck code killed by the esc key

altug_bayram
Level IV

Somehow related to the submitted wish request -Of if not, perhaps it could be considered as an independent wish request

Sometimes an expensive analysis may be kicked off (intentionally or not) that the user may not prefer to wait to completion.

A way to simply return an estimated time to completion : XXX mins .. confirm ? ..  could give the user the extra option to launch the analysis or not. 

hogi
Level XI

@altug_bayram that's a nice idea

 

a somehow related idea: 

define a timeout for platforms in the preferences: Timeout 

hogi
Level XI

At the moment, I see these 3 types of processes where we need a way to kill them:

 

  1. JSL code:
    use ESC
  2. Column Formulas:
    is there a way to stop all evaluations? 

  3. JMP platforms
    which need hours to get finished
     a) Speed up Tables/Update 
     b)  life distribution (TS-00122043)
     ...
    or maybe just because of the huge input data


are there additional cases?

Concerning 1-3:

 

#1 : ESC

 

#2 could be fixed, if there was an official way to stop all column formula evaluations? 

 

#3 could be fixed easily, either via a cancel button in a platform window which is created as a separate Task - or via Timeout 



@Sarah-Sylvestre @ can you give an outlook for JMP 18.1
... or a feedback about the current status of the investigations?