Example #1
0
void task::add_to_paused_tasks(bool increment)
{
    paused_tasks.add_paused_task(this, increment);
}