Namespace:
EPiServer.Core
Assembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Assembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public enum SignalReason |
Members
| Member name | Description | |
|---|---|---|
| Success |
The signal was raised as part of normal execution.
| |
| 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.
| |
| Timeout |