We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Environment.ExitCode = 1;
I can setEnvironment.ExitCode properly, but it isn't respected when the script exits.
Environment.ExitCode
Here's a simple reproduction:
The below works though.
Environment.Exit(1);