Start IPC communication and check the type of the application instance
Source position: advancedsingleinstance.pas line 52
public function TAdvancedSingleInstance.Start: TSingleInstanceStart; override; |
The instance type
Start implements the abstract TBaseSingleInstance.Start call. It initiates the IPC mechanism.
|
End IPC communication |