Click or drag to resize
UpdateContextState Property
Gets the current state of the update in progress.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public UpdateState State { get; }

Property Value

Type: UpdateState
One of the UpdateState values representing the state of the update in progress.
See Also