`shutdown /a` 뒤에 오는 숫자는 무엇입니까?

`shutdown /a` 뒤에 오는 숫자는 무엇입니까?

종료를 중단하려고 했을 때 발생하는 현상을 발견했습니다.Unable to abort the system shutdown because no shutdown was in progress.(1116)

1116은 무엇입니까? 또한 명령이 실행되는 것을 보았 -a거나 /a차이점이 있습니까?

답변1

이는 단순히 해당 특정 오류에 대한 코드입니다.

ERROR_NO_SHUTDOWN_IN_PROGRESS

    1116 (0x45C)

    Unable to abort the system shutdown because no shutdown was in progress.

원천:시스템 오류 코드(1000-1299)

관련 정보