Enum ResponseState
State enum for a response, describes the possible states from totally Ok to Error that an action can return
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public enum ResponseState
Fields
| Name | Description |
|---|---|
| Error | 3: The operation did not complete. The user should be told of the error |
| Ok | 0: The operation completed normally - nothing to see here |
| OkWithInfo | 1: The operation completed, but there is some information that should be shown or logged |
| Warning | 2: The operation completed, possibly in a degraded fashion. The user should be warned |