Gets/Sets completion status of this TelnetTask.

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

C#
public int Status { get; set; }
Visual Basic
Public Property Status As Integer
	Get
	Set
Visual C++
public:
property int Status {
	int get ();
	void set (int value);
}

See Also