Table of Contents

Class JobStep

Namespace
Cratis.Chronicle.Jobs
Assembly
Cratis.Chronicle.dll

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

JobStepId

Name

Gets or sets the name of the job step.

public JobStepName Name { get; set; }

Property Value

JobStepName

Progress

Gets or sets the JobStepProgress.

public JobStepProgress Progress { get; set; }

Property Value

JobStepProgress

Status

Gets or sets the JobStepStatus.

public JobStepStatus Status { get; set; }

Property Value

JobStepStatus

StatusChanges

Gets or sets collection of status changes that happened to the job step.

public IEnumerable<JobStepStatusChanged> StatusChanges { get; set; }

Property Value

IEnumerable<JobStepStatusChanged>

Type

Gets or sets the JobStepType .

public JobStepType Type { get; set; }

Property Value

JobStepType