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 the ITmClient.SubmitAsync method. If the job fails, it should throw.
The default value is False.
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.SubmitAsyncmethod. If the job fails, it should throw.The default value is
False.