PublishingProcessProgressStep Enumeration

 

Applies To: Windows Server Update Services

Enumeration showing the current step that the Publishing Process is working on.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public enum PublishingProcessProgressStep
public enum class PublishingProcessProgressStep
type PublishingProcessProgressStep
Public Enumeration PublishingProcessProgressStep

Members

Member name Description
CopyFile

Copying files to the package directory structure

CreateCab

Creating cabs for the package

CreateDirectory

Creating the directory structure for the package being published

ExpandCab

Expanding cabs when publishing a pre signed package

Initializing

Initializing the publishing process, calculating size and file information

PublishPackage

Publishing the package

SignCab

Signing cabs for the package

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top