 | JobStatusFailureReason Property |
Gets or sets the reason the job failed, if it failed.
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic string? FailureReason { get; set; }
Public Property FailureReason As String
Get
Set
public:
property String^ FailureReason {
String^ get ();
void set (String^ value);
}
member FailureReason : string with get, set
Property Value
StringThe failure reason, or
if the job hasn't failed.
See Also