Application.main

Runs the application.

This method is the main public interface of the class. It triggers all the extension methods and eventually calls the run() method, which is the one having the actual user code.

class Application
int
main

Parameters

args istring[]

Command line arguments received by the application

Return Value

Type: int

status code to return to the OS

Meta