bool isReleased() Determine if the job was released back into the queue. Return Value bool
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
bool isDeleted() Determine if the job has been deleted. Return Value bool
array getSqsJob() Get the underlying raw SQS job. Return Value array
SqsClient getSqs() Get the underlying SQS client instance. Return Value SqsClient
string getRawBody() Get the raw body string for the job. Return Value string
string getQueue() Get the name of the queue the job belongs to. Return Value string
string getName() Get the name of the queued job class. Return Value string
string getJobId() Get the job identifier. Return Value string
Container getContainer() Get the service container instance. Return Value Container
Page 124 of 996