Searched refs:isRootTask (Results 1 – 2 of 2) sorted by relevance
53 val tasks = this.collectDescendants<Task> { it.isRootTask }.toMutableList() in <lambda>()
53 val isRootTask: Boolean get() = taskId == rootTaskId in <lambda>() constant