1 write to Canceled
System.Diagnostics.Process (1)
System\Diagnostics\ProcessExitStatus.cs (1)
22
Canceled
= canceled;
3 references to Canceled
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (3)
207
/// <see cref="ProcessExitStatus.
Canceled
"/> will be <see langword="true"/>.</returns>
299
/// If the process was killed due to cancellation, <see cref="ProcessExitStatus.
Canceled
"/> will be <see langword="true"/>.</returns>
304
/// The returned exit status will have the <see cref="ProcessExitStatus.
Canceled
"/> property set to <see langword="true"/> if the process was killed.