You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the nannytask should walk the Cmd stack and find the repeat-until command, realise that the script is waiting for a signal (which may have already been fired) and not stop the run
the nannytask will terminate a run if it finds scripts that are not suspended at a
wait-for
or ash
command that has not returned.if the command is something else, e.g.
sleep
, the trun is terminated prematurely.e.g. for a script that does;
qDup will terminate the run if the only non
wait-for
script running is executingsleep
The text was updated successfully, but these errors were encountered: