Job
Bases: BaseJob
Source code in q3as/api.py
delete()
pause()
refetch()
result(polling_interval=1.0, max_wait=None)
Wait for the job to finish and return result If the job is not finished, return None. If the Job finished with an error, raise an exception.
Source code in q3as/api.py
result_now()
Get the result of the job now without waiting for it to finish. If the job is not finished, return None. If the Job finished with an error, raise an exception.