| Package | Description |
|---|---|
| agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
| Modifier and Type | Method and Description |
|---|---|
RecurringTaskStatistics |
RecurringTaskScheduler.getTaskData(RecurringTask task)
Gets a copy of the performance metrics associated with the given
recurring task.
|
RecurringTaskStatistics |
RecurringTaskScheduler.removeTask(RecurringTask task)
Removes a task so that it is no longer executed on a recurring basis.
|