Skip to content

Application

lainz edited this page Jul 22, 2016 · 2 revisions

#Application.Exit Exits the application.

Application.Exit()

#Application.Minimize Minimizes the application window.

Application.Minimize()

#Application.Restore Restores the application window.

Application.Restore()

#Application.Sleep Causes the application to sleep for a desired period of time in miliseconds.

Application.Sleep(1000)
Clone this wiki locally