Re: Determine if script is running

2016-11-27 Thread Mark Waddingham
The waitDepth tells you how many nested wait calls are (recursively) in progress - that might be useful for what you need. Warmest regards, Mark. Sent from my iPhone > On 27 Nov 2016, at 14:08, Mike Kerner wrote: > > If a beginner was asking this question, I would skip the thread and move on

Determine if script is running

2016-11-27 Thread Mike Kerner
If a beginner was asking this question, I would skip the thread and move on because...come on. LC is single-threaded. HOWEVER, wait with messages brings up an interesting problem - how to tell if a script that was waiting...with messages is waiting, or is dead, perhaps exited. I don't really wan