long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller.db
/
TaskRepo
/
countNotEndedChildrenTasks
count
Not
Ended
Children
Tasks
@
Query
(
value
=
"select count(*) from TaskEntity t where t.parentTask.id = :taskId and t.id != :exceptTaskId and t.runningStatus < 40"
)
abstract
fun
countNotEndedChildrenTasks
(
taskId
:
TaskId
,
exceptTaskId
:
TaskId
)
:
Int