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