N. sriram
13th April 2003, 08:56
HI all,

I would like to know, is there any facility in baan to know whether a process has completed or not?

There are some processes in baan which run for hours. We put these processes mostly, during the night.

How to check whether the process is completed.?

sriram

OmeLuuk
14th April 2003, 14:24
One way (arbitrary) is: see if the program still needs processor ticks. If it does, then is (seems not to have) finished.

You can tell by bshcmd6.1 -p -s -w10 <PID> or the ps command in the ttstpshell.

morpheus
14th April 2003, 14:53
Sriram,
Execute these processes using Jobs. The job status will tell the status of the process. Ticks is another way of finding out the status of the process, as mentioned by Lucas.