Click or drag to resize
ScheduledStateIsFinal Property
Gets if the current state is a final one.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public bool IsFinal { get; }

Property Value

Type: Boolean
for intermediate states, and for the final ones.

Implements

IStateIsFinal
Remarks
Always returns for the ScheduledState. Please refer to the IState.IsFinal documentation for the details.
See Also