Click or drag to resize

PFJobExecutionInfo Properties

The PFJobExecutionInfo type exposes the following members.

Properties
  NameDescription
Public propertyDuration
Calculated duration, based on StartTime and EndTime (if present). Will use actual time for calculation instead. This property is not serialized.
Public propertyEndTime
Gets or sets the end time of the execution.
Public propertyExecutionId
Gets or sets the Id of the related PFJobExecution .
Public propertyJobKey
Gets or sets the job key, unique for a PFJob instance in memory or a persisted PFTimerJob.
Public propertyResult
Gets or sets the result of the execution. Returns 'Executed', 'Canceled' or 'Exception'.
Public propertyStartTime
Gets or sets the start time of the execution.
Public propertyStartTimeLocal
Calculated local start time, based on StartTime. Uses system time settings. This property is not serialized.
Public propertySteps
Gets or sets a collection of log entries related to this Job execution.
Top
See Also