string getName() Get the name of the queued job class.
string|null getQueueableClass() Get the type of the entities being queued
void delete() Delete the job from the queue.
int attempts() Get the number of times the job has been attempted.
mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')
string getRawBody() Get the raw body string for the job.
int size(string $queue = null) Get the size of the queue.
Page 4 of 4