Interrupting Thread

We've take a note that sometimes you may not need some of the threads while doing specific actions. That's why we've prepared them using global states.

Interrupting Car Hud thread

To interrupt car hud thread switch global state variable using:

GlobalState.UIV2_InterruptThread = state
Variable
Type

state

Boolean

Last updated