Class Process
Provides functionality for interacting with the currently running process.
public static class Process
- Inheritance
-
Process
- Inherited Members
Methods
exit()
Ends the current process with exit code zero.
public static void exit()
exit(int)
Ends the current process with the specified exit code.
public static void exit(int code)
Parameters
codeintThe exit code.