AfterTimeout Enum

Definition

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

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.

ReturnWithSuccess 0

Logs that the user chose to treat the timeout as a success, and stops waiting for the logged event.

WatchfortheEventAgain 2

Logs that the user chose to continue waiting for the event.

Applies to