Click or drag to resize

SubProcessBaseWaitForCompletion(CancellationToken) Method

Blocks until the process finishes.

Namespace: ema3d.Api.V25.Core.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public void WaitForCompletion(
	CancellationToken token
)

Parameters

token  CancellationToken
The token to cancel the wait blocking.
See Also