Enum CancellationTokenHandling
Describes the way of handling System.Threading.CancellationToken after activity execution.
Syntaxpublic enum CancellationTokenHandling
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description | 
|---|---|
| Ignore | The state of System.Threading.CancellationToken will be ignored | 
| Throw | If cancellation was requested System.OperationCanceledException will be thrown. |