ProcessLauncherResult.ExitCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The exit code.