The type of task that is waiting to execute. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As AgentPendingActionType

Syntax

Visual Basic
Public Enumeration AgentPendingActionType
C#
public enum AgentPendingActionType
C++
public enum class AgentPendingActionType
J#
public enum AgentPendingActionType
JScript
public enum AgentPendingActionType

Members

Member name Description
LicenseUpgrade The agent license limit has been exceeded. An agent is awaiting a license to join the Management Group.
ManualApproval A manually installed agent is awaiting approval to join the Management Group.
PushInstall A remotely installed agent is awaiting approval to join the Management Group.
PushInstallFailed A remotely installed agent failed approval to join the Management Group.
RepairAgent An agent is waiting to be repaired.
RepairFailed An attempt to repair an agent failed.
UpdateAgent An agent is waiting to update to a later software version.
UpdateFailed An agent failed to update.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also