In this section, you will learn how to manage your application using the available library. You can interact with your application in various ways, such as obtaining information about the application status, accessing logs, starting, stopping, and restarting the application, as well as managing files associated with it.
application.getStatus()
return a ApplicationStatus
class.
application.getLogs()
return a String.
application.start()
return a Boolean.
application.stop()
return a Boolean.
application.restart()
return a Boolean.
application.delete()
return a Boolean.