WmiState Enum

Definition

Enumerated type defining the state of the WMI operation

public enum WmiState
type WmiState = 
Public Enum WmiState
Inheritance
WmiState

Fields

Completed 4

The operation has completed.

Failed 5

The operation completed abnormally due to an error.

NotStarted 0

The operation has not been started

Running 1

The operation is executing

Stopped 3

The operation is completed due to a stop request.

Stopping 2

The operation is stoping execution.

Applies to