Enumerations


FLEET_FINISH_STATUS

Enumeration to set indicate whether the app finished successfully or not.

  • FLEET_FINISH_STATUS.SUCCESS : The app finished successfully.

  • FLEET_FINISH_STATUS.FAILED : The app finished with errors or did not finish as expected.

FLEET_UPDATE_STATUS

Enumeration indicate how is the progress of the application.

  • FLEET_UPDATE_STATUS.INFO : General information to the user.

  • FLEET_UPDATE_STATUS.WARNING : Warning message to the user.

  • FLEET_UPDATE_STATUS.SUCCESS : Success message to the user.

  • FLEET_UPDATE_STATUS.ERROR : Error message to the user.