RestartRestrictions Enumeration

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Specifies the conditions when Windows Error Reporting should not restart an application that has registered for automatic restart.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.AppRecoveryRestart
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
[FlagsAttribute]
public enum RestartRestrictions
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration RestartRestrictions
Visual C++
[FlagsAttribute]
public enum class RestartRestrictions

Members

Member nameDescription
None
Always restart the application.
NotOnCrash
Do not restart when the application has crashed.
NotOnHang
Do not restart when the application is hung.
NotOnPatch
Do not restart when the application is terminated due to a system update.
NotOnReboot
Do not restart when the application is terminated because of a system reboot.

See Also