WmiState 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.
Enumerated type defining the state of the WMI operation
public enum WmiState
type WmiState =
Public Enum WmiState
- Inheritance
-
WmiState
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | The operation has not been started |
Running | 1 | The operation is executing |
Stopping | 2 | The operation is stoping execution. |
Stopped | 3 | The operation is completed due to a stop request. |
Completed | 4 | The operation has completed. |
Failed | 5 | The operation completed abnormally due to an error. |