Class JobStep
Represents the state of a job step.
public class JobStep
- Inheritance
-
JobStep
- Inherited Members
Properties
Id
Gets or sets the JobStepId.
public JobStepId Id { get; set; }
Property Value
Name
Gets or sets the name of the job step.
public JobStepName Name { get; set; }
Property Value
Progress
Gets or sets the JobStepProgress.
public JobStepProgress Progress { get; set; }
Property Value
Status
Gets or sets the JobStepStatus.
public JobStepStatus Status { get; set; }
Property Value
StatusChanges
Gets or sets collection of status changes that happened to the job step.
public IEnumerable<JobStepStatusChanged> StatusChanges { get; set; }
Property Value
Type
Gets or sets the JobStepType .
public JobStepType Type { get; set; }