I have wired up a way to check the status of jobs. My question is, is there a single state that signifies that nothing further will be done with the job? For example will the complete state be given to jobs that both succeed and fail? Is there something else I can use to determine when I can stop checking the status of a job?
Thanks in advance.