Site icon EfmSoft

What does NTSTATUS 0xC000A146 (STATUS_RUNLEVEL_SWITCH_IN_PROGRESS) mean?

 
Previous Next
STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT STATUS_NOT_APPCONTAINER

STATUS_RUNLEVEL_SWITCH_IN_PROGRESS

Another run-level switch is already in progress

Run-level switching is serialized system work. This status means the caller attempted to begin a second transition before the current one completed. It is a state conflict, not evidence that the requested target level itself is invalid.

Management software should retain the identifier or timing of the active operation and wait for a terminal result before submitting another switch. If the existing transition appears stuck, diagnose its pending services or agent rather than flooding the coordinator with repeated requests.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version