getStatus() public method

public getStatus ( )
 protected function transitionFromNewToSkipped(SSLTrack $track)
 {
     $this->max_row = max($track->getRow(), $this->max_row);
     $this->track = null;
     $this->status = $track->getStatus();
     // don't touch start time
     $this->end_time = time();
     // don't touch previous track
 }