= $this->threshold_count ) { $this->set_status( 'error' ); $this->set_message( 'Total number of cron jobs exceeds expected threshold.' ); } else { $this->set_status( 'success' ); $this->set_message( 'Total number of cron jobs is within normal operating expectations.' ); } } }