JobRunShellComplete Method

Quartz.NET 3.0 API Documentation
Completes the execution.

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

C#
protected virtual void Complete(
	bool successfulExecution
)

Parameters

successfulExecution
Type: SystemBoolean
if set to true [successful execution].
See Also

Reference