Exits immediately with the given exitCode.
exitCode
The exit code to use.
A promise indicating the success or failure of the operation.
import { exit } from '@tauri-apps/plugin-process';await exit(1); Copy
import { exit } from '@tauri-apps/plugin-process';await exit(1);
2.0.0
Exits immediately with the given
exitCode
.