Returns the boolean result of the audit.
bool The result of the audit. TRUE if the migration passed the audit, FALSE otherwise.
public function passed() { return $this->status; }