The state of the Matlab connection.
[Visual Basic] Public Property ReadOnly Connected As Boolean [C#] public bool Connected { get; } [C++] public: __property bool get_Connected(); [JScript] public function get Connected() : bool
True it there is a valid connection to a Matlab engine, otherwise false.