Try our conversational search powered by Generative AI!

Enum SignalReason

Namespace: EPiServer.Core
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("No longer used")]
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.

Extension Methods