invoke

suspend fun invoke(plan: Plan): Boolean

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

Return

true if the next task should be created, false otherwise.

Parameters

plan

The plan to be evaluated.