TeamCode / org.firstinspires.ftc.teamcode.autonomous / AutoOpMode / EnterDepot / run

run

fun run(prev: State?, next: State?): Unit

Overrides State.run

Runs the code associated with a state.

Parameters

prev - previous state; null if none

next - next state; null if none known