method stopAllTracks documentation in bbn\Appui\Task

function($id) { UPDATE bbn_tasks_sessions SET `length` = TO_SECONDS(NOW())-TO_SECONDS(start) WHERE id_task = ? AND `length` IS NULL", hex2bin($id) ); return $this->db->getOne(" SELECT COUNT(*) FROM bbn_tasks_sessions WHERE id_task = ? AND `length` IS NULL", hex2bin($id) ) === 0; }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.