Sdílet prostřednictvím


HciUpdateStep Class

Definition

Progress representation of the update run steps.

public class HciUpdateStep
type HciUpdateStep = class
Public Class HciUpdateStep
Inheritance
HciUpdateStep

Constructors

HciUpdateStep()

Initializes a new instance of HciUpdateStep.

Properties

Description

More detailed description of the step.

EndTimeUtc

When the step reached a terminal state.

ErrorMessage

Error message, specified if the step is in a failed state.

LastUpdatedTimeUtc

Completion time of this step or the last completed sub-step.

Name

Name of the step.

StartTimeUtc

When the step started, or empty if it has not started executing.

Status

Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.

Steps

Recursive model for child steps of this step.

Applies to