| ProcessingState Class |
Namespace: Hangfire.States
The ProcessingState type exposes the following members.
| Name | Description | |
|---|---|---|
| IgnoreJobLoadException |
Gets whether transition to this state should ignore job de-serialization
exceptions.
| |
| IsFinal |
Gets if the current state is a final one.
| |
| Name |
Gets the unique name of the state.
| |
| Reason |
Gets the human-readable reason of a state transition.
| |
| ServerId |
Gets the instance id of an instance of the BackgroundProcessingServer
class, whose Worker background process started to process an
enqueued background job.
| |
| StartedAt |
Gets a date/time when the current state instance was created.
| |
| WorkerId |
Gets the identifier of a Worker that started to
process an enqueued background job.
|
| Name | Description | |
|---|---|---|
| SerializeData |
Gets a serialized representation of the current state.
|