Click or drag to resize

BaseJobExecutorCancellationTokenSource 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.19.0
Syntax
C#
public virtual CancellationTokenSource CancellationTokenSource { get; set; }

Property Value

CancellationTokenSource
See Also