onDisable

protected open fun onDisable()

User callback that runs once when this subsystem is disabled by a call to disable or by an assertion failure. Note that this method may run where asserted parameters are null, so be sure to check for null safety in this method if necessary.