| AwaitingStateNextState Property |
Gets the next state, to which a background job will be moved.
Namespace: Hangfire.StatesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax [NotNullAttribute]
public IState NextState { get; }
<NotNullAttribute>
Public ReadOnly Property NextState As IState
Get
Property Value
Type:
IStateSee Also