Skip to main content
Skip table of contents

isSuccess

Versionshinweise

20.1

Code

CODE
boolean wasSuccess = TransportUtils.isSuccess(TransportResponse response)

Beschreibung

Prüft ob ein Transport Ergebnis erfolgreich war.

Parameter

  • response – Das Ergebnisobjekt.

Rückgabe
true, falls die Operation erfolgreich war.

Beispiele

CODE
TransportResponse response = TransportUtils.exportPackage("MY_PACKAGENAME", "d:\\mypath\\");
boolean wasSuccess = TransportUtils.isSuccess(response);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.