* @package MCMS\System */ interface iCronClient { public function executeCronRun(array $runParam); }