ShouldCreateNextTask

class ShouldCreateNextTask @Inject constructor

Use case to determine if the next task should be created for a given plan.

Constructors

Link copied to clipboard
@Inject
constructor()

Creates an instance of ShouldCreateNextTask.

Types

Link copied to clipboard
object Companion : Logging

Functions

Link copied to clipboard
suspend fun invoke(plan: Plan): Boolean

Determines if the next task should be created based on the plan's status and type.