OperationState Enumeration
Defines the possible states for an operation performed by a controller.
[Visual Basic]
Public Enum OperationState
[C#]
public enum OperationState
Namespace: Kjs.AppLife.Update.Web
Assembly: Kjs.AppLife.Update.Web (in Kjs.AppLife.Update.Web.dll)
Members
| Member name | Description | 
| CompleteOrUnknown | The operation has completed or the controller has no information about it. | 
| Failed | The operation failed. | 
| Working | The operation is currently in progress. | 
See Also