onStart

protected open fun onStart()

Perform one time operations after start is pressed. Unlike onInitDone, this will only execute once play is hit and not when initialisation is done.

If overriding this method, it is strongly recommended to call super.onStart() in your method to ensure that the asynchronous task allocation has been notified to stop immediately. This is not required if setOpModes returns null.