Click or drag to resize

JobStatusFailureReason Property

Gets or sets the reason the job failed, if it failed.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public string FailureReason { get; set; }

Property Value

Type: String
The failure reason, or if the job hasn't failed.
See Also