共用方式為


RM_APP_STATUS列舉 (restartmanager.h)

描述重新啟動管理員所處理之應用程式的目前狀態。

Syntax

typedef enum _RM_APP_STATUS {
  RmStatusUnknown = 0x0,
  RmStatusRunning = 0x1,
  RmStatusStopped = 0x2,
  RmStatusStoppedOther = 0x4,
  RmStatusRestarted = 0x8,
  RmStatusErrorOnStop = 0x10,
  RmStatusErrorOnRestart = 0x20,
  RmStatusShutdownMasked = 0x40,
  RmStatusRestartMasked = 0x80
} RM_APP_STATUS;

常數

 
RmStatusUnknown
值: 0x0
應用程式處於任何其他列舉狀態未描述的狀態。
RmStatusRunning
值: 0x1
應用程式目前正在執行中。
RmStatusStopped
值: 0x2
重新啟動管理員已停止應用程式。
RmStatusStoppedOther
值: 0x4
重新啟動管理員以外的動作已停止應用程式。
RmStatusRestarted
值: 0x8
重新啟動管理員已重新啟動應用程式。
RmStatusErrorOnStop
值: 0x10
重新啟動管理員在停止應用程式時發生錯誤。
RmStatusErrorOnRestart
值: 0x20
重新啟動管理員在重新啟動應用程式時發生錯誤。
RmStatusShutdownMasked
值: 0x40
關機會由篩選條件遮罩。
RmStatusRestartMasked
值: 0x80
重新啟動會由篩選條件遮罩。

備註

RM_APP_STATUS常數可以與 OR 運算子結合。 組合描述應用程式上重新啟動管理員所採取的動作歷程記錄。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
標頭 restartmanager.h

另請參閱

RM_PROCESS_INFO