Click or drag to resize
UpdateControllerIsBusy Property
Gets a value indicating whether an asynchronous operation is currently in progress.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public bool IsBusy { get; }

Property Value

Type: Boolean
if an asynchronous operation is currently in progress; otherwise, .
Remarks
See Also