Skip to content

NodeProcess.Exit method

Exits the current process or worker thread.

C#
public static void Exit(int exitCode)
parameterdescription
exitCode

See Also

Released under the MIT license