Condividi tramite


enumerazione PACKAGE_EXECUTION_STATE (shobjidl_core.h)

Rappresenta lo stato di un pacchetto di app di Windows.

Sintassi

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

Costanti

 
PES_UNKNOWN
Valore: 0
Il pacchetto si trova in uno stato sconosciuto.
PES_RUNNING
Valore: 1
Il pacchetto è in esecuzione.
PES_SUSPENDING
Valore: 2
Il pacchetto viene sospeso.
PES_SUSPENDED
Valore: 3
Il pacchetto viene sospeso.
PES_TERMINATED
Valore: 4
Il pacchetto è stato terminato.

Requisiti

   
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione shobjidl_core.h (include Shobjidl.h)

Vedi anche

IPackageIPackageDebugSettings::GetPackageExecutionState

IPackageExecutionStateChangeNotification::OnStateChanged