*/ interface ProgressProviderInterface { /** * Gets the progress of a task. * * @return float Progress of the task as a two decimal precision float. f.e. 44.87 */ public function getProgress(); }