Job |
The JobExecutionData type exposes the following members.
Name | Description | |
---|---|---|
Audit | Gets or sets the audit values for the execution. | |
EndTime | Gets or sets the time the execution ended, or null if it hasn't ended. | |
ErrorMessage | Gets or sets the error message. Only applicable if the execution failed. | |
FireInstanceId | Gets or sets the fire instance ID, which is a unique ID assigned to the execution by Quartz.NET. | |
HostDescription | Gets or sets a description of the service host that executed the trigger. | |
InputParametersXml | Gets or sets the input parameters as an XML string. | |
Job | Gets or sets the job that was executed. | |
JobExecution_Id | Gets or sets the unique job execution ID. | |
JobName | Gets or sets the name of the job that was executed. | |
Parameters | Gets or sets the parameters that were passed to the job. | |
StartTime | Gets or sets the time the execution started. | |
Status | Gets the execution status. | |
StatusCode | Gets or sets the code that identifies the execution status. | |
TriggerName | Gets or sets the name of the trigger that was executed. |