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
When it is set to True, the current thread waits for the job to finish after invoking the ITmClient.SubmitAsync method. If the job fails, it should throw.
The default value is False.
The text was updated successfully, but these errors were encountered:
gdlcf88
changed the title
Implement a WaitForResult option for distributed job
Implement a WaitForResult option for atomic job
Jan 14, 2024
https://github.com/dtm-labs/en.dtm.pub/blob/20ed0f3a37a8f7e625b8667d7e313e5131e1680d/docs/ref/options.md#waitresult
When it is set to
True
, the current thread waits for the job to finish after invoking theITmClient.SubmitAsync
method. If the job fails, it should throw.The default value is
False
.The text was updated successfully, but these errors were encountered: