Click or drag to resize

IJobRunnerFinishJob 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
void FinishJob(
	bool success
)

Parameters

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