Job.JobStatusName 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 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.