A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
The program write either STOPPED, Running or Waiting to the range "RunningOrStopped".
So you say that if the program always have seen STOPPED before I start over again and I see that the range RunningOrStopped changes from STOPPED to Running then I can be sure that only one version of the program is running.
Per Morrten
Yes...if I understand you correctly.
If you have a range that contains Stopped/Running/Waiting, then the code in StartProcess should ensure that the range contains Stopped before it schedules another process.
Of course, whatever code you use to stop the process should update the same range to be 'stopped'.