ISchedulerJob.ProgressMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a custom status message for the job.
public string ProgressMessage { get; set; }
member this.ProgressMessage : string with get, set
Public Property ProgressMessage As String
Property Value
A String object that contains the custom status message. The maximum length of the message is 80 characters.