Click or drag to resize
IBackgroundJobStateChanger Interface

[Missing <summary> documentation for "T:Hangfire.States.IBackgroundJobStateChanger"]

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public interface IBackgroundJobStateChanger

The IBackgroundJobStateChanger type exposes the following members.

Methods
  NameDescription
Public methodChangeState
Attempts to change the state of a job, respecting any applicable job filters and state handlers.
Top
See Also