Otter SDK Reference
Version:

Wait(System.Threading.CancellationToken cancellationToken) Method

Waits until the process has exited.

Syntax

public abstract void Wait(System.Threading.CancellationToken cancellationToken)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Exceptions

System.InvalidOperationException

The process has not yet been started.