Searched refs:Queued (Results 1 – 1 of 1) sorted by relevance
88 static short State, Queued, Running, Complete, Interrupted; variable408 else if (Uopt | Sysopt | Queued | Running | Interrupted) 486 if (Complete && !Queued && !Running && !Interrupted)682 if (Queued && Running && Interrupted)684 else if ((Queued && !Running && !Interrupted) && (inputint == 1))686 else if ((Running && !Queued && !Interrupted) && (inputint == 2)) return(TRUE);687 else if ((Interrupted && !Queued && !Running) && (inputint == 3)) return(TRUE);688 else if ((Queued && Running && !Interrupted) && 691 else if ((!Queued && Running && Interrupted) && 694 else if ((Queued && !Running && Interrupted) && [all …]