ResultType Enum
Namespace: PTS
Assembly: PTS.Modules.ResultComponent.dll
Primary action outcome differentiator.
Syntax
public enum ResultType
Fields
| Name | Description |
|---|---|
| Error | Action failed to produce expected outcome. |
| Info | Action lead to expected outcome with notice. |
| NotSet | Unassigned value. |
| Success | Action lead to expected outcome. |