Is any idea to get job's status by job's handle? it looks like job = sumbit_job(...) and another process can get job's status by job.job.handle: status = get_job_status(job.job.handle) ??
Is any idea to get job's status by job's handle?
it looks like
job = sumbit_job(...)
and another process can get job's status by job.job.handle:
status = get_job_status(job.job.handle)
??