SoftwareElementState Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of a software element
public enum class SoftwareElementState
	public enum class SoftwareElementState
	enum SoftwareElementState
	public enum SoftwareElementState
	type SoftwareElementState = 
	Public Enum SoftwareElementState
		- Inheritance
 - 
				SoftwareElementState
 
Fields
| Name | Value | Description | 
|---|---|---|
| Deployable | 0 | Software element is deployable  | 
			
| Installable | 1 | Software element is installable  | 
			
| Executable | 2 | Software element is executable  | 
			
| Running | 3 | Software element is running  |