ICancellableJobExecutionContextCancel Method

Quartz.NET 3.0 API Documentation
Cancels the execution of the job. It is the responsibility of the job instance to observe the cancellation token if it can be cancelled.

Namespace:  Quartz
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
void Cancel()
See Also

Reference