Application exit status code.
This is only set after the main() method finishes. It is usually passed as argument to extension methods as soon as it has a meaningful value, so it should not be necessary to use it directly (use the method extensions arguments whenever you can).
See Implementation
Application exit status code.
This is only set after the main() method finishes. It is usually passed as argument to extension methods as soon as it has a meaningful value, so it should not be necessary to use it directly (use the method extensions arguments whenever you can).