62 sleep(self::SLEEP_SECONDS);
64 sleep(self::SLEEP_SECONDS);
66 sleep(self::SLEEP_SECONDS);
68 sleep(self::SLEEP_SECONDS);
notifyPercentage(Task $task, $percentage)
You can change the progress of a currently running task.
__construct()
PlusJob constructor.
run(array $input, Observer $observer)
getExpectedTimeOfTaskInSeconds()
int the amount of seconds this task usually taskes. If your task-duration scales with the the amount ...
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples