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