Class TaskHandle

java.lang.Object
com.google.appengine.api.taskqueue.TaskHandle
All Implemented Interfaces:
Serializable

public final class TaskHandle extends Object implements Serializable
Created from Queue.add(TaskOptions). Contains the task name (generated if otherwise unspecified), task ETA (computed if not specified) and queue name. The queue name and task name uniquely identify the task for an application.
See Also: