Stop the current instance.
Source position: singleinstance.pp line 59
public procedure TBaseSingleInstance.Stop; virtual; abstract; |
Stop will disable the communication mechanism that ensures only a single instance is running. After it has been called in the server application, if another application calls Start, then it will become the server (i.e. the result is siServer). If it is called in a client application, there is no effect.
|
Check if another instance of the application is running. |