if (moduleInfoMatch != null)
{
TargetModuleID[] targetModuleIDs = { moduleInfoMatch };
ProgressObject progress = deploymentManager.undeploy(targetModuleIDs);
progress.addProgressListener(new JSR88DeploymentListener(this, targetModuleIDs, CommandType.UNDEPLOY));
waitForModuleToUndeploy();
}
else
{
resetModuleStatus();