Name
Application.SingleTask -- set operation mode of application
Function
Boolean value to indicate whether or not your application is a single task program. When set to True, MUI will refuse to create more than one application object.

In this case, the already running application gets its Application.DoubleStart attribute set to True. You can listen to this and take appropriate actions, e.g. pop up a requester.

Examples for single task applications are the system preferences program. It doesn't make sense for them to run more than once.

Type
Boolean

Applicability
I


Show TOC