DeleteJobsResponse

class Object
trait Matchable
class Any

Value members

Concrete methods

def completed: SelectionBuilder[DeleteJobsResponse, Option[Boolean]]

Whether or not the entire queue was processed in time; if not, retrying the same request is safe.

Whether or not the entire queue was processed in time; if not, retrying the same request is safe.

def deletedJobs: SelectionBuilder[DeleteJobsResponse, Option[Int]]

The number of matching jobs deleted.

The number of matching jobs deleted.

def queueSize: SelectionBuilder[DeleteJobsResponse, Option[Int]]

The queue size after processing.

The queue size after processing.