TaskManager returns the application task manager.
()
| 539 | |
| 540 | // TaskManager returns the application task manager. |
| 541 | func (a *App) TaskManager() *taskmanager.TaskManager { |
| 542 | return a.taskManager |
| 543 | } |
| 544 | |
| 545 | // IsGroupMode returns whether the app is running in group cluster mode. |
| 546 | func (a *App) IsGroupMode() bool { |
no outgoing calls
no test coverage detected