public final class Progress
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the current state of the session
|
int |
getEstimatedPercentComplete()
Returns a percentage estimate of how complete the current operation is.
|
long |
getEstimatedTimeRemaining()
Returns an estimate of the time that remains to complete the current
operation.
|
int |
getRemainingUnitsOfWork()
Get the total number of operations yet to be completed.
|
long |
getTotalTimeSpent()
Get the total time spent so far (in milliseconds).
|
int |
getTotalUnitsOfWorkCompleted()
Get the total number of operations completed.
|
boolean |
isInTransaction()
Returns true if the Commit Transaction has begun for this session
|
public int getTotalUnitsOfWorkCompleted()
public int getRemainingUnitsOfWork()
public long getTotalTimeSpent()
public long getEstimatedTimeRemaining()
public int getEstimatedPercentComplete()
public java.lang.String getDescription()
public boolean isInTransaction()
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.