Skip to content

Latest commit

 

History

History
101 lines (74 loc) · 3.54 KB

ne-restartmanager-rm_app_status.md

File metadata and controls

101 lines (74 loc) · 3.54 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:restartmanager._RM_APP_STATUS
RM_APP_STATUS (restartmanager.h)
Describes the current status of an application that is acted upon by the Restart Manager.
RM_APP_STATUS
RmStatusErrorOnRestart
RmStatusErrorOnStop
RmStatusRestartMasked
RmStatusRestarted
RmStatusRunning
RmStatusShutdownMasked
RmStatusStopped
RmStatusStoppedOther
RmStatusUnknown
_RM_APP_STATUS
_RM_APP_STATUS enumeration [Restart Mgr]
restartmanager/RmStatusErrorOnRestart
restartmanager/RmStatusErrorOnStop
restartmanager/RmStatusRestartMasked
restartmanager/RmStatusRestarted
restartmanager/RmStatusRunning
restartmanager/RmStatusShutdownMasked
restartmanager/RmStatusStopped
restartmanager/RmStatusStoppedOther
restartmanager/RmStatusUnknown
restartmanager/_RM_APP_STATUS
rstmgr.rm_app_status
rstmgr\rm_app_status.htm
rstmgr
cb3fe44b-1049-4189-a19a-b5a8fec6daf8
12/05/2018
RM_APP_STATUS, RmStatusErrorOnRestart, RmStatusErrorOnStop, RmStatusRestartMasked, RmStatusRestarted, RmStatusRunning, RmStatusShutdownMasked, RmStatusStopped, RmStatusStoppedOther, RmStatusUnknown, _RM_APP_STATUS, _RM_APP_STATUS enumeration [Restart Mgr], restartmanager/RmStatusErrorOnRestart, restartmanager/RmStatusErrorOnStop, restartmanager/RmStatusRestartMasked, restartmanager/RmStatusRestarted, restartmanager/RmStatusRunning, restartmanager/RmStatusShutdownMasked, restartmanager/RmStatusStopped, restartmanager/RmStatusStoppedOther, restartmanager/RmStatusUnknown, restartmanager/_RM_APP_STATUS, rstmgr.rm_app_status
restartmanager.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
RM_APP_STATUS
19H1
_RM_APP_STATUS
restartmanager/_RM_APP_STATUS
RM_APP_STATUS
restartmanager/RM_APP_STATUS
c++
APIRef
kbSyntax
HeaderDef
RestartManager.h
RM_APP_STATUS

RM_APP_STATUS enumeration

-description

Describes the current status of an application that is acted upon by the Restart Manager.

-enum-fields

-field RmStatusUnknown:0x0

The application is in a state that is not described by any other enumerated state.

-field RmStatusRunning:0x1

The application is currently running.

-field RmStatusStopped:0x2

The Restart Manager has stopped the application.

-field RmStatusStoppedOther:0x4

An action outside the Restart Manager has stopped the application.

-field RmStatusRestarted:0x8

The Restart Manager has restarted the application.

-field RmStatusErrorOnStop:0x10

The Restart Manager encountered an error when stopping the application.

-field RmStatusErrorOnRestart:0x20

The Restart Manager encountered an error when restarting the application.

-field RmStatusShutdownMasked:0x40

Shutdown is masked by a filter.

-field RmStatusRestartMasked:0x80

Restart is masked by a filter.

-remarks

The constants of RM_APP_STATUS can be combined with OR operators. The combination describes the history of actions taken by Restart Manager on the application.

-see-also

RM_PROCESS_INFO