UpdateConfig.FailOnError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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