TestimoX

API Reference

Class

ProcessActionRequest

Namespace ComputerX.Processes
Assembly ComputerX
Base LocalActionRequest<ProcessActionKind>
Modifiers sealed

Request for local process control.

Inheritance

  • LocalActionRequest<ProcessActionKind>
  • ProcessActionRequest

Constructors

public ProcessActionRequest() #

Properties

public Nullable<Int32> ProcessId { get; set; } #

Optional process identifier.

public String ProcessName { get; set; } #

Optional process name used when ProcessId is not provided.

public Boolean AllowMultipleMatches { get; set; } #

Whether multiple matching processes may be targeted.