Edit

Share via


MachineState Enum

Definition

Specifies the state of the connection for the client computer.

public enum class MachineState
public enum MachineState
type MachineState = 
Public Enum MachineState
Inheritance
MachineState

Fields

IEInOfflineState 2

Microsoft Internet Explorer is in offline mode.

Offline 0

The client computer is not connected to the network.

Online 1

The client computer is connected to the network.

Remarks

These enumerated values are returned by the MachineOnlineState property.

Applies to