NodeProcess.Exit method
Exits the current process or worker thread.
C#
public static void Exit(int exitCode)
parameter | description |
---|---|
exitCode |
See Also
- class NodeProcess
- namespace Microsoft.JavaScript.NodeApi.Interop