Gets or sets the internal state of the job.

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

Syntax

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

See Also