Enum TestOperationStateTransition
Represents the type of a test operation state transition.
Namespace: Responsible.State
Assembly: Responsible.dll
Syntax
public enum TestOperationStateTransition
Fields
| Name | Description |
|---|---|
| Finished | The operation was completed successfully, with an error, or canceled. |
| Started | The operation was started. |