PFJobExecutionInfo Properties |
The PFJobExecutionInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Duration |
Calculated duration, based on StartTime and EndTime (if present).
Will use actual time for calculation instead.
This property is not serialized.
| |
| EndTime |
Gets or sets the end time of the execution.
| |
| ExecutionId |
Gets or sets the Id of the related PFJobExecution .
| |
| JobKey |
Gets or sets the job key, unique for a PFJob instance in memory or a persisted PFTimerJob.
| |
| Result |
Gets or sets the result of the execution. Returns 'Executed', 'Canceled' or 'Exception'.
| |
| StartTime |
Gets or sets the start time of the execution.
| |
| StartTimeLocal |
Calculated local start time, based on StartTime.
Uses system time settings.
This property is not serialized.
| |
| Steps |
Gets or sets a collection of log entries related to this Job execution.
|