How hard is it to implement wait job command, which does this:
- if no job id given, waits for any job
- Can wait on for a certain status and for the given period of time - like wait job gricli_10 active 10 -- means waiting for at most 10 seconds until gricli_10 becomes active
How hard is it to implement wait job command, which does this: