Click or drag to resize
AwaitingStateNextState Property
Gets the next state, to which a background job will be moved.

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[NotNullAttribute]
public IState NextState { get; }

Property Value

Type: IState
See Also