Options
All
  • Public
  • Public/Protected
  • All
Menu

State of a managed process.

Index

Enumeration members

Enumeration members

KILLING

KILLING: = 2

The process is being killed (it has been requested to terminate, but it hasn't been terminated yet).

RUNNING

RUNNING: = 1

The process is running.

STOPPED

STOPPED: = 0

The process is not running.

Generated using TypeDoc