 | AwaitingStateStateName Field |
Represents the name of the Awaiting state. This field is read-only.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntaxpublic static readonly string StateName
Public Shared ReadOnly StateName As String
Field Value
Type:
String
Remarks
The value of this field is "Awaiting".
See Also