Process.exit!(status=false)
Class Public methods
Exits the process immediately. No exit handlers are run. status is returned to the underlying system as the exit status.
1 | Process.exit!( true ) |
Exits the process immediately. No exit handlers are run. status is returned to the underlying system as the exit status.
1 | Process.exit!( true ) |
Designed by : w10schools
service@w10schools.com
Please login to continue.