M
Mythran
What is the correct way to set the exit code from within a console
application? Currently we do:
Public Function Main() As Integer
...
Environment.ExitCode = ...
Return Environment.ExitCode
End Function
Should we use Environment.ExitCode And/Or return the exit code?
Thanks,
Mythran
application? Currently we do:
Public Function Main() As Integer
...
Environment.ExitCode = ...
Return Environment.ExitCode
End Function
Should we use Environment.ExitCode And/Or return the exit code?
Thanks,
Mythran