PrevUpHomeNext

Function is_completing

fd::is_completing — Check whether given schedule's current interval is the last one, and will therefore complete at its next advancement.

Synopsis

// In header: <fd/functional.h>


bool is_completing(const schedule_timepiece & schedule);

Description

[Note] Note

A schedule is completing when its next scheduled interval will be past its end of activity.

[Note] Note

A completed schedule doesn't count as in the process of completing.


PrevUpHomeNext