Click or drag to resize

OperationState Enumeration

Describes the state of an operation.

Namespace:  MicaSystems.Utils.Setup
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public enum OperationState
Members
  Member nameValueDescription
InProgress0 The operation is in progress.
Success1 The operation is successful.
Error2 The operation failed.
See Also