State of the job. Check the enum JobInfo..::..JobState for all the possible job states.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public JobInfo..::..JobState State { get; set; }
Visual Basic
Public Property State As JobInfo..::..JobState
	Get
	Set
Visual C++
public:
property JobInfo..::..JobState State {
	JobInfo..::..JobState get ();
	void set (JobInfo..::..JobState value);
}

See Also