Table of Contents

Class JobStepProgress

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

Represents the progress of a step.

public class JobStepProgress
Inheritance
JobStepProgress
Inherited Members

Properties

Message

Gets or sets the current JobStepProgressMessage associated with the progress.

public JobStepProgressMessage Message { get; set; }

Property Value

JobStepProgressMessage

Percentage

Gets or sets the percentage of the step.

public JobStepPercentage Percentage { get; set; }

Property Value

JobStepPercentage