Otter SDK Reference
Version:

WaitAsync(System.Threading.CancellationToken cancellationToken) Method

Asynchronously waits until the process has exited.

Syntax

public abstract System.Threading.Tasks.Task WaitAsync(System.Threading.CancellationToken cancellationToken)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Exceptions

System.InvalidOperationException

The process has not yet been started.