* Last time a task was dequeued. * @return {!time}
()
| 59 | * @return {!time} |
| 60 | */ |
| 61 | getLastDequeueTime() { |
| 62 | return this.lastDequeueTime_; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Returns the task with the specified ID or null. |
no outgoing calls
no test coverage detected