Skip to main content

Enum CancellationTokenHandling

Describes the way of handling System.Threading.CancellationToken after activity execution.

Syntax
public enum CancellationTokenHandling

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
IgnoreThe state of System.Threading.CancellationToken will be ignored
ThrowIf cancellation was requested System.OperationCanceledException will be thrown.

Extension Methods