Click or drag to resize
IUpdateUIRequestResume Event

Raised when a paused update should be resumed. The udpate may not be resumed immediately; once it is resumed, Update(UpdateUIState, UpdateState, String, Int32, Int32) will be called with its uiState parameter set to Updating.

If the update was nearly finished when RequestPause was raised, the update may simply finish and not be paused.

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
event EventHandler RequestResume

Value

Type: SystemEventHandler
See Also