[
Group Index
|
Full Index
]
ECLiPSe Kernel: Coroutining
coroutine
Switches on the coroutine flag, equivalent to set_flag(coroutine, on).
delayed_goals(?GoalList)
Succeeds if GoalList is the list of all goals currently delayed.
delayed_goals(?Var, ?GoalList)
Succeeds if GoalList is the list of all goals delayed by the variable Var.
delayed_goals_number(?Var, ?Number)
Succeeds if Number is the number of goals delayed by the variable Var.