docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
Otter SDK
Inedo.Agents
IRemoteProcess
Wait(System.Threading.CancellationToken)
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.