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 = 1VMware Tools is starting.
NotRunning = 2VMware Tools is not running.
Running = 3VMware Tools is running.
Unknown = 0The tools running status is unknown.