Share via


UpdateConfig.FailOnError Property

Definition

Indicates whether the update process should stop and fail upon encountering an error.

[YamlDotNet.Serialization.YamlMember(Alias="failure_action")]
public bool? FailOnError { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="failure_action")>]
member this.FailOnError : Nullable<bool> with get, set
Public Property FailOnError As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to