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.ExecutorAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxpublic virtual CancellationTokenSource CancellationTokenSource { get; set; }
Property Value
CancellationTokenSource
See Also