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
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