ProcessTask
class ProcessTask @Inject constructor(tasksRepo: TasksRepo, plansRepo: PlansRepo, locksClient: LocksClient, manageTasks: ManageTasks)
Use case for processing tasks within a plan.
Constructors
Link copied to clipboard
@Inject
Creates an instance of ProcessTask with the specified dependencies.