ControllerStatus.CurrentOperation Property
Gets the operation the controller is currently performing. It can only perform one operation at a time.
[Visual Basic]
Public ReadOnly Property CurrentOperation As ControllerOperation
[C#]
public ControllerOperation CurrentOperation {get;}
See Also
ControllerStatus Class | ControllerStatus Members | Kjs.AppLife.Update.Web Namespace