Indicate whether the job is yielded

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

Syntax

C#
public bool IsYielded { get; set; }
Visual Basic
Public Property IsYielded As Boolean
	Get
	Set
Visual C++
public:
property bool IsYielded {
	bool get ();
	void set (bool value);
}

See Also