Click or drag to resize

BaseJobRunnerFinishJob Method

Called after the job finishes.

Namespace:  Ookii.Jumbo.Jet.Jobs
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public virtual void FinishJob(
	bool success
)

Parameters

success
Type: SystemBoolean
if the job completed successfully; if the job failed.

Implements

IJobRunnerFinishJob(Boolean)
See Also