Table of Contents

Enum VMwareToolsRunningStatus

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the running status of the VMware tools installed on a virtual machine at the time of the scan.

public enum VMwareToolsRunningStatus

Fields

ExecutingScripts = 1

VMware Tools is starting.

NotRunning = 2

VMware Tools is not running.

Running = 3

VMware Tools is running.

Unknown = 0

The tools running status is unknown.