public interface TaskProgressStatus
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
int |
getExecPercentage() |
Obtain the upload progress in percentage.
|
int |
getExecTaskNum() |
Obtain the number of objects being uploaded.
|
int |
getFailTaskNum() |
Obtain the number of objects that fail to be uploaded.
|
int |
getSucceedTaskNum() |
Obtain the number of objects that have been successfully uploaded.
|
int |
getTotalTaskNum() |
Obtain the total number of objects in the upload task.
|
int getExecPercentage()
int getExecTaskNum()
int getSucceedTaskNum()
int getFailTaskNum()
int getTotalTaskNum()
Copyright © 2025. All rights reserved.