| EnqueuedStateIsFinal Property |
Gets if the current state is a final one.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public bool IsFinal { get; }
Public ReadOnly Property IsFinal As Boolean
Get
Property Value
Type:
Boolean for
intermediate states,
and
for the
final ones.
Implements
IStateIsFinalRemarks See Also