Wait for execution
This commit is contained in:
@ -12,7 +12,7 @@ class Schedule
|
||||
|
||||
protected string $filename = '/var/spool/cron/crontabs/root';
|
||||
|
||||
public function run(): array
|
||||
public function getPending(): array
|
||||
{
|
||||
$now = new DateTimeImmutable();
|
||||
$schedule = $this->getCommandList();
|
||||
|
Reference in New Issue
Block a user