Click or drag to resize
Infosoft Logo

JobExecutionData Class

Defines data for job executions.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.SchedulerJobExecutionData

Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class JobExecutionData

The JobExecutionData type exposes the following members.

Properties
 NameDescription
Public propertyAudit Gets or sets the audit values for the execution.
Public propertyEndTime Gets or sets the time the execution ended, or null if it hasn't ended.
Public propertyErrorMessage Gets or sets the error message. Only applicable if the execution failed.
Public propertyFireInstanceId Gets or sets the fire instance ID, which is a unique ID assigned to the execution by Quartz.NET.
Public propertyHostDescription Gets or sets a description of the service host that executed the trigger.
Public propertyInputParametersXml Gets or sets the input parameters as an XML string.
Public propertyJob Gets or sets the job that was executed.
Public propertyJobExecution_Id Gets or sets the unique job execution ID.
Public propertyJobName Gets or sets the name of the job that was executed.
Public propertyParameters Gets or sets the parameters that were passed to the job.
Public propertyStartTime Gets or sets the time the execution started.
Public propertyStatus Gets the execution status.
Public propertyStatusCode Gets or sets the code that identifies the execution status.
Public propertyTriggerName Gets or sets the name of the trigger that was executed.
Top
See Also