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