/**
  * Prepare for pre-flight. Cleanup old pre-flight messages, pre-flight
  * status etc.
  *
  * @param Batch $batch
  */
 public function prepare_preflight(Batch $batch)
 {
     $this->api->delete_preflight_status($batch->get_id());
     $this->api->delete_preflight_messages($batch->get_id());
 }