Enum ResultState
Represents the state of a result.
Namespace: MediatorForge.Results
Assembly: MediatorForge.dll
Syntax
public enum ResultState : byte
Fields
| Name | Description |
|---|---|
| Failed | Indicates that the result has failed. |
| Success | Indicates that the result is successful. |