Source position: fpsonar.types.pp line 91
type TFpSonarGateOutcome = record
Failed: Boolean;
ExitCode: Integer;
Reason: string;
end;