CallbackEvent

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
doc_Laravel
2016-11-02 16:09:57
Comments
Leave a Comment

Please login to continue.