Collapse All
Parallels C API Reference Guide
PRL_PROCESS_STATE_TYPE Enumeration
PrlEnums.h Other Structs

Process state element

Syntax
typedef enum _PRL_PROCESS_STATE_TYPE {
  PPS_PROC_SLEEP = 0,
  PPS_PROC_RUN = 1,
  PPS_PROC_STOP = 2,
  PPS_PROC_ZOMBIE = 3,
  PPS_PROC_IDLE = 4
} PRL_PROCESS_STATE_TYPE;
File
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!