public class CopyTransStatus extends Object
Constructor and Description |
---|
CopyTransStatus() |
Modifier and Type | Method and Description |
---|---|
int |
getPercentageComplete()
An estimated percentage of completion for the copy trans run.
|
boolean |
isInProgress()
True if the process is still running.
|
void |
setInProgress(boolean inProgress) |
void |
setPercentageComplete(int percentageComplete) |
public int getPercentageComplete()
public void setPercentageComplete(int percentageComplete)
public boolean isInProgress()
public void setInProgress(boolean inProgress)
Copyright © 2017 Zanata Project. All rights reserved.