Result type for the TBaseSingleInstance.Start call.
Source position: singleinstance.pp line 38
type TSingleInstanceStart = ( |
||
siServer, |
|
The current instance is the server (first started). |
siClient, |
|
The current instance is the client (another instance was started earlier). |
siNotResponding |
|
The first instance is not responding. |
); |
TSingleInstanceStart is used to determine which kind of application the currently running application is.
|
Check if another instance of the application is running. |
|
|
Contains the result of the last Start call. |