Class JobStepProgress
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
Percentage
Gets or sets the percentage of the step.
public JobStepPercentage Percentage { get; set; }