Classes

Class to control the values returned from microtime().
A PushQueue executes PushTasks by sending the task back to the application in the form of an HTTP request to one of the application's handlers.
A PushTask encapsulates a unit of work that an application places onto a Push Queue for asynchronous execution. The queue executes that work by sending the task back to the application in the form of an HTTP request to one of the application's handlers.
Thrown when adding a task, but a task with the same name already exists in the queue.
Thrown when there is a transient failure using Task Queue service, i.e.

Exceptions

Thrown when there is a failure using the Task Queue service.