ignore Op Mode Type
Setting this flag to true will cause this hook to also execute for System and BunyipsLib-integrated OpModes.
Be advised this will run for all OpModes, including the default "Robot is stopped" OpMode, and system events such as Sloth's ProcessLoadEvent and BunyipsLib's ResetRobotControllerLights. It is advised to filter these out yourself through instance/classname checks to getOpMode if you have this flag enabled. Enabling this flag will also disable double-fire protections for POST_STOP.
Return
whether to always run this hook even on system opmodes including the default "robot is stopped" opmode.