Enum SignalReason
Specifies reason for signalling of an event.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public enum SignalReason
Fields
| Name | Description |
|---|---|
| Failure | The event was signalled due to exceptions in the execution flow or other abnormal conditions. |
| NotFound | The Wait was for fetching information from backing store, but the item did not exist. |
| Success | The signal was raised as part of normal execution. |
| Timeout | The event was signalled due to that the specified timeout elapsed. |