You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I is it way to wait for the job to finish like in this example :
job1=api.analyzers.run_by_name('FileInfo_6_0', {
'data': '/bin/ls',
'dataType': 'file'
}, async=True)
# The next instruction should return only Success or Failure, because we reached it after the job finished executing.print(job1.status)
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered:
I is it way to wait for the job to finish like in this example :
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered: