Job.JobStatusName Property

Definition

Gets the status of a job.

public:
 property System::String ^ JobStatusName { System::String ^ get(); void set(System::String ^ value); };
public string JobStatusName { get; set; }
member this.JobStatusName : string with get, set
Public Property JobStatusName As String

Property Value

A String value that represents the status of a job.

Remarks

For a list of valid job statuses, use the ListJobStates method.

Applies to