SystemUpdateManager.State Property

Definition

The current state of the SystemUpdateManager.

public:
 static property SystemUpdateManagerState State { SystemUpdateManagerState get(); };
static SystemUpdateManagerState State();
public static SystemUpdateManagerState State { get; }
var systemUpdateManagerState = SystemUpdateManager.state;
Public Shared ReadOnly Property State As SystemUpdateManagerState

Property Value

The current state of the SystemUpdateManager.

Applies to

See also