Table of Contents

Method ExitAndTerminate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ExitAndTerminate(int)

Calls Exit() and after that terminates this process and returns an exit code to the operating system.

public static void ExitAndTerminate(int exitCode = 0)

Parameters

exitCode int

The exit code to return to the operating system. Use 0 (zero) to indicate that the process completed successfully.