TestimoX

API Reference

Enum

ProcessActionKind

Namespace ComputerX.Processes
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supported actions for local process control.

Inheritance

  • Enum
  • ProcessActionKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ProcessActionKind CloseMainWindow #

Ask the process main window to close gracefully.

Value: 0
public const ProcessActionKind Terminate #

Terminate the process immediately.

Value: 1