Skip to main content

Enum UpdateState

Enumeration of the state of the IUpdateService

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum UpdateState

Fields

Dead

The service is not running (either not started, forcibly stopped, or in a unrecoverable failed state)

View Source
Declaration
Dead = 0

Disconnected

The service is not currently connected to a server

View Source
Declaration
Disconnected = 1

Connected

The service is connected to the server

View Source
Declaration
Connected = 2

DownloadingFile

An update package is actively being downloaded

View Source
Declaration
DownloadingFile = 3

UpdateInProgress

An update package is in the process of being applied

View Source
Declaration
UpdateInProgress = 4