<a name="DOTHAT"></a>
## DOTHAT
**Kind**: global class  

* [DOTHAT](#DOTHAT)
  * [new DOTHAT()](#new_DOTHAT_new)
  * [.reset()](#DOTHAT+reset)
  * [.kill([performReset])](#DOTHAT+kill)

<a name="new_DOTHAT_new"></a>
### new DOTHAT()
Creates a new `DOTHAT` object.

<a name="DOTHAT+reset"></a>
### dothat.reset()
Resets the Display-O-Tron.

**Kind**: instance method of <code>[DOTHAT](#DOTHAT)</code>  
<a name="DOTHAT+kill"></a>
### dothat.kill([performReset])
Kills the Python process used by JVSDisplayOTron.

**Kind**: instance method of <code>[DOTHAT](#DOTHAT)</code>  

| Param | Type | Default | Description |
| --- | --- | --- | --- |
| [performReset] | <code>Boolean</code> | <code>false</code> | A value that indicates whether a reset should be performed prior to killing the process. Optional (false by default). |
