`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)

関連情報