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

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