= $this->threshold_count ) { $excess_duplicates = true; } } if ( $excess_duplicates ) { $this->set_status( 'error' ); $this->set_message( "Detected {$this->threshold_count} or more of the same cron job." ); } else { $this->set_status( 'success' ); $this->set_message( 'All cron job counts are within normal operating expectations.' ); } } }