AgentPendingActionType 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.
Agent pending action type.
public enum class AgentPendingActionType
public enum AgentPendingActionType
type AgentPendingActionType =
Public Enum AgentPendingActionType
- Inheritance
-
AgentPendingActionType
Fields
| LicenseUpgrade | 4 | License upgrade rquired. |
| ManualApproval | 0 | Manual approval required. |
| PushInstall | 1 | Agent was installed but has not yet communicated. |
| PushInstallFailed | 17 | PushInstallFailed |
| RepairAgent | 3 | Agent requires repair. |
| RepairFailed | 19 | Repair failed. |
| UpdateAgent | 2 | Agent requires update. |
| UpdateFailed | 18 | Upgrade failed. |