webcron/src/Command
Jeroen De Meerleer 7b899a01ef
Fix exit condition in DaemonCommand.php
The code change fixes the exit condition in the DaemonCommand.php file. Previously, the code would exit if `$pid` was equal to 0, but now it will only exit if `$pid` is set and equal to 0. This ensures that the correct condition is checked before exiting.
2023-07-11 17:02:45 +02:00
..
CleanupCommand.php ENHANCEMENT: added return types 2022-10-04 13:29:27 +02:00
DaemonCommand.php Fix exit condition in DaemonCommand.php 2023-07-11 17:02:45 +02:00
DemoInstallCommand.php ENHANCEMENT: added visualisation of triggered run 2023-01-17 14:10:17 +01:00
MailFailedRunsCommand.php ENHANCEMENT: added return types 2022-10-04 13:29:27 +02:00
RunCommand.php Added timed scheduled runs 2023-01-10 17:21:49 +01:00
UserCommand.php ENHANCEMENT: added return types 2022-10-04 13:29:27 +02:00