AfterTimeout Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.
public enum class AfterTimeout
public enum AfterTimeout
type AfterTimeout =
Public Enum AfterTimeout
- Inheritance
-
AfterTimeout
Fields
Name | Value | Description |
---|---|---|
ReturnWithSuccess | 0 | Logs that the user chose to treat the timeout as a success, and stops waiting for the logged event. |
ReturnWithFailure | 1 | Logs that the user chose to treat the timeout as a failure, and stops waiting for the logged event. This is the default value. |
WatchfortheEventAgain | 2 | Logs that the user chose to continue waiting for the event. |