# ExecutorAccountConnectionStatus
Connection status of specified account at the moment.

## Properties

### `AccountName`
`String`<br/>
Name of the account.

### `IsConnected`
`Boolean`<br/>
Value indicating whether account is connected.

### `messageType`
`String`<br/>
Type of message, this property is **readonly**.

## Constructors

### `new ExecutorAccountConnectionStatus()`
Initialize new instance of `ExecutorAccountConnectionStatus`.

### `new ExecutorAccountConnectionStatus(accountName: String, isConnected: Boolean)`
Initialize new instance of `ExecutorAccountConnectionStatus` with parameters.
<br/><br/>Arguments:<br/>
`accountName: String` - the name of the account.<br/>
`isConnected: Boolean` - the value indicating whether account is connected.
