fd::is_completing — Check whether given schedule's current interval is the last one, and will therefore complete at its next advancement.
// In header: <fd/functional.h> bool is_completing(const schedule_timepiece & schedule);
A schedule is completing when its next scheduled interval will be past its end of activity.
A completed schedule doesn't count as in the process of completing.