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
def wait(self):
""" Wait until Pilot Compute to enter a final state (Done, Cancel or Failed)
It is not an error to call wait() in a final state -- the call simply
returns immediately.
"""
self.__bigjob.wait()
but bigjob_manager.wait () says:
def wait(self):
""" Waits for completion of all sub-jobs """
So, which is it?
The text was updated successfully, but these errors were encountered:
Documentation in the code says:
but bigjob_manager.wait () says:
So, which is it?
The text was updated successfully, but these errors were encountered: