| 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
)
Sub FinishJob (
success As Boolean
)
void FinishJob(
bool success
)
abstract FinishJob :
success : bool -> unit
Parameters
- success
- Type: SystemBoolean
if the job completed successfully; if the job failed.
See Also