Event
class Event (View source)
Properties
| string | $command | The command string. | |
| string | $expression | The cron expression representing the event's frequency. | |
| DateTimeZone|string | $timezone | The timezone the date should be evaluated on. | |
| string | $user | The user the command should run as. | |
| array | $environments | The list of environments the command should run under. | |
| bool | $evenInMaintenanceMode | Indicates if the command should run in maintenance mode. | |
| bool | $withoutOverlapping | Indicates if the command should not overlap itself. | |
| bool | $runInBackground | Indicates if the command should run in background. | |
| string | $output | The location that output should be sent to. | |
| string | $description | The human readable description of the event. |
Please login to continue.