ProcessLauncherResult ProcessLauncherResult ProcessLauncherResult ProcessLauncherResult Class

Definition

Represents the return of the launched process.

public : sealed class ProcessLauncherResult : IProcessLauncherResultpublic sealed class ProcessLauncherResult : IProcessLauncherResultPublic NotInheritable Class ProcessLauncherResult Implements IProcessLauncherResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows IoT Extension SDK (introduced v10.0.10586.0)
API contract
Windows.System.SystemManagementContract (introduced v2)

Properties

ExitCode ExitCode ExitCode ExitCode

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

public : unsigned int ExitCode { get; }public uint ExitCode { get; }Public ReadOnly Property ExitCode As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The exit code.