GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it
1<Verb>ChildIsAvailable(s):: Child process --> Boolean</Verb> 2 3<P/> Inputs a child process <M>s</M>. It returns <M>false</M> if <M>s</M> is 4busy executing some command. It returns <M>true</M> if <M>s</M> is available to execute a new command. 5 6 7 8 9