public interface DiscoveryProgress extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
failedCount()
Returns the number of tasks that were terminated with errors.
|
int |
pendingCount()
Returns the number of tasks not yet executed.
|
int |
successCount()
Returns the number of tasks that were successfully ran to completion.
|
int |
totalCount()
Returns the total number of tasks in the system.
|
int |
warningCount()
Returns the number of tasks that were with warning.
|
int pendingCount()
int successCount()
int failedCount()
int warningCount()
int totalCount()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.