Uses of Class
tethys.tasks.TethysTaskGroup
Packages that use TethysTaskGroup
-
Uses of TethysTaskGroup in tethys.tasks
Subclasses of TethysTaskGroup in tethys.tasksModifier and TypeClassDescriptionclass
Detections handler already has a very system for looping through data which is a bit different to the standard one in offline task, so an going to override the main background function and do it our own way!Methods in tethys.tasks that return TethysTaskGroupModifier and TypeMethodDescriptionTethysTaskManager.addSingleTask
(TethysTask tethysTask) Most tasks are going to be in groups of their own since they all use different primary datablocks, so can make it easy to generate all these groups.