getRunningProgress abstract method
Get the current progress of all running tasks.
Implementation
Future<Map<String, TaskProgress>> getRunningProgress();
Get the current progress of all running tasks.
Future<Map<String, TaskProgress>> getRunningProgress();