RepairTask.ResultStatus Property

Definition

Gets or sets a value describing the overall result of the repair task execution.

public System.Fabric.Repair.RepairTaskResult ResultStatus { get; set; }
member this.ResultStatus : System.Fabric.Repair.RepairTaskResult with get, set
Public Property ResultStatus As RepairTaskResult

Property Value

A RepairTaskResult value describing the overall result of the repair task execution.

Applies to