Click or drag to resize

BaseJobExecutor.CancellationTokenSource Property

TokenSource for canceling the execution. This will stop the execution after the current job element is processed. For aborting the current job element call AbortExecution(Boolean).

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.20.0
Syntax
C#
public virtual CancellationTokenSource CancellationTokenSource { get; set; }

Property Value

CancellationTokenSource
See Also