Click or drag to resize

PFJob Properties

The PFJob type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Override this property to return a friendly description of the PFJob.
Public propertyExecutionGuid
Gets the execution unique identifier.
Public propertyExecutionId
Gets the execution Id.
Public propertyFullName
Gets the type full name.
Public propertyIsBusy
Gets a value indicating whether this instance is currently executing.
Public propertyIsCanceled
Gets a value indicating whether this execution should be canceled. Code in the Execute method should take this property into account for async cancelation.
Public propertyKey
Gets an unique key for this instance
Public propertyLogger
Gets the loggerfor this instance. Anything logged here can be retrieved as part of a job execution info.
Public propertyLogIdentification
Gets the log identification.
Protected propertyProgression
Gets the progression info object.
Public propertySettings
Gets the collection of settings for this PFJob. Typical usage doen't require manipulating this collection. Use the decorated properties on the PFJob instance instead.
Public propertySite
Gets the PFSite this PFJob belongs to.
Top
See Also