pub fn loop_task_reach_level<const T: i64>(
ctx: &ConditionalProgressCtx<'_>,
) -> Result<i64>Expand description
Loop-task-guarded reach-level: CompleteAllLoopTasks → 1, other custom
events → unchanged, else event.level >= T ? 1 : 0.
pub fn loop_task_reach_level<const T: i64>(
ctx: &ConditionalProgressCtx<'_>,
) -> Result<i64>Loop-task-guarded reach-level: CompleteAllLoopTasks → 1, other custom
events → unchanged, else event.level >= T ? 1 : 0.