PackageStatus Enumeration

Defines values for package status. The values correspond to the values for the Status property in the Configuration Manager 2007 software distribution SMS_PackageStatus Server WMI Class.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As PackageStatus

Syntax

'Declaration
Public Enumeration PackageStatus
public enum PackageStatus
public enum class PackageStatus
public enum PackageStatus
public enum PackageStatus

Members

Member name Description
Failed See the FAILED value for Status in SMS_PackageStatus Server WMI Class.
Installed See the INSTALLED value for Status in SMS_PackageStatus Server WMI Class.
None See the NONE value for Status in SMS_PackageStatus Server WMI Class.
PendingRemove See the PENDING_REMOVE value for Status in SMS_PackageStatus Server WMI Class.
Received See the RECEIVED value for Status in SMS_PackageStatus Server WMI Class.
Removed See the REMOVED value for Status in SMS_PackageStatus Server WMI Class.
Retry See the RETRY value for Status in SMS_PackageStatus Server WMI Class.
Sent See the SENT value for Status in SMS_PackageStatus Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

Microsoft.ConfigurationManagement.ManagementProvider Namespace

Other Resources

SMS_PackageStatus Server WMI Class
Configuration Manager Software Distribution