Package com.microsoft.graph.tasks
Interface IProgressCallback
public interface IProgressCallback
A callback that describes how to deal with success, failure, and progress
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogress(long current, long max) How progress updates are handled for this callback
-
Method Details
-
progress
void progress(long current, long max) How progress updates are handled for this callback- Parameters:
current- the current amount of progressmax- the max amount of progress
-