Starts the executor driver. This needs to be called before any other driver calls are made. @return The state of the driver after the call. @see Status
()
| 37 | * @see Status |
| 38 | */ |
| 39 | public Status start(); |
| 40 | |
| 41 | /** |
| 42 | * Stops the executor driver. |
no outgoing calls