* Get a state of current queue and tasks * @return {string} * @inner
()
| 412 | * @inner |
| 413 | */ |
| 414 | toString() { |
| 415 | return `Queue: ${currentQueue()}\n\nTasks: ${this.scheduled()}` |
| 416 | }, |
| 417 | |
| 418 | /** |
| 419 | * Get current session ID |
nothing calls this directly
no test coverage detected