This class allows you to retrieve the following status information from a deployment:
The number of items that have been deployed so far (the current value of the
workCompletedproperty of thedeploymentProgressrepository item).The total number of items in the deployment (the current value of the
totalWorkproperty of thedeploymentProgressrepository item).A human-readable message indicating the deployment phase currently in progress, for example “Updating item references.”
atg.deployment.DeploymentProgress has the following API:
public DeploymentProgress(RepositoryItem pDeploymentProgressItem, String pMessage)public String getMessage()public long getWorkCompleted()public long getTotalWork()

