ProcessLauncherResult.ExitCode Property

Definition

Represents the exit code of the process that was run from ProcessLauncher.

public:
 property unsigned int ExitCode { unsigned int get(); };
uint32_t ExitCode();
public uint ExitCode { get; }
var uInt32 = processLauncherResult.exitCode;
Public ReadOnly Property ExitCode As UInteger

Property Value

UInt32

unsigned int

uint32_t

The exit code.

Applies to