Click or drag to resize
ProcessingState Class
Defines the intermediate state of a background job when a Worker has started to process it.
Inheritance Hierarchy
SystemObject
  Hangfire.StatesProcessingState

Namespace: Hangfire.States
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public class ProcessingState : IState

The ProcessingState type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreJobLoadException
Gets whether transition to this state should ignore job de-serialization exceptions.
Public propertyIsFinal
Gets if the current state is a final one.
Public propertyName
Gets the unique name of the state.
Public propertyReason
Gets the human-readable reason of a state transition.
Public propertyServerId
Gets the instance id of an instance of the BackgroundProcessingServer class, whose Worker background process started to process an enqueued background job.
Public propertyStartedAt
Gets a date/time when the current state instance was created.
Public propertyWorkerId
Gets the identifier of a Worker that started to process an enqueued background job.
Top
Methods
  NameDescription
Public methodSerializeData
Gets a serialized representation of the current state.
Top
Fields
  NameDescription
Public fieldStatic memberStateName
Represents the name of the Processing state. This field is read-only.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also