#Loading is a popup with busy indicator and an optional message, it can be displayed to inform the user that something is going on and prevent the user from interacting with ui
Loading is usually open using
app.loading(message)
and hidden usingapp.notLoading()
##Properties
###message: string
An optional message to be displayed along with the busy indicator