Q20 Single choice Mark for later What does a run-to-completion processing for state machines mean? A Interrupts are disabled while the state machine is running. B No other event will be processed until the current event is fully processed. C The thread executing the state machine cannot be pre-empted by the scheduler. D The executions of orthogonal regions are serialized. Correct answer