ISchedulerJob.Progress Property

Definition

Gets or sets the percentage of the job that is complete.

public int Progress { get; set; }
member this.Progress : int with get, set
Public Property Progress As Integer

Property Value

A Int32 that specifies the percentage of the job that is complete. It is a value between 0 and 100.

Applies to