The following should put timer into perpetual pause, but also should be optimized enough to break the counter loop (Ie. there won't be any more seconds to count in a perpetual pause)
/** @var SLA $sla */
$sla->addPause('2022-07-21 09:00:00');
Maybe even create some nice syntax sugar...
/** @var SLA $sla */
$sla->pauseFrom('2022-07-21 09:00:00');
The following should put timer into perpetual pause, but also should be optimized enough to break the counter loop (Ie. there won't be any more seconds to count in a perpetual pause)
Maybe even create some nice syntax sugar...