IProcess

Assembly: Host;

Description

The IProcess interface contains properties and methods that are used to start and stop local processes.

Comments

The interface is basic for the following interfaces:

Properties

  Property name Brief description

ExitCode

The ExitCode property returns the process exit code.

HasExited

The HasExited property returns whether the process is completed.

Methods

  Method name Brief description

Kill

The Kill method stops process execution.

Start

The Start method starts the process.

See also:

Host Assembly Interfaces