Enum WmiEventWatcherTaskAfterEvent
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum WmiEventWatcherTaskAfterEvent
- Inheritance
-
Fields
Name | Description |
---|---|
ReturnFailure | Specifies that the WMI Event Watcher Task should complete and return success. |
ReturnSuccess | Specifies that the WMI Event Watcher Task should complete and return success. |
WatchForEventAgain | Specifies that the WMI Event Watcher Task should wait for another WMI event to be raised. |