Expand Minimize
This topic has not yet been rated - Rate this topic

PACKAGE_EXECUTION_STATE enumeration

Syntax


typedef enum PACKAGE_EXECUTION_STATE { 
  PES_UNKNOWN     = 0,
  PES_RUNNING     = 1,
  PES_SUSPENDING  = 2,
  PES_SUSPENDED   = 3,
  PES_TERMINATED  = 4
} PACKAGE_EXECUTION_STATE;

Constants

PES_UNKNOWN
PES_RUNNING
PES_SUSPENDING
PES_SUSPENDED
PES_TERMINATED

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.