int size(string $queue = null) Get the size of the queue.
void fire() Fire the job. Return Value
string anticipate(string $question, array $choices, string $default = null)
int callSilent(string $command, array $arguments = array()) Call another
string|array option(string $key = null) Get the value of a command option
array options() Get all of the options passed to the command.
bool isReleased() Determine if the job was released back into the queue
void error(string $string) Write a string as error output.
bool memoryExceeded(int $memoryLimit) Determine if the memory limit has
void deleteReserved(string $queue, string $job) Delete a reserved job from
Page 21 of 65