C# Class Appccelerate.Windows.ApplicationHelper

Provides functionality in the scope of applications.
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
CheckApplicationAlreadyRunning ( bool switchToAlreadyRunningProcess ) : bool

Checks whether another instance of the same application is already running.

Method Details

CheckApplicationAlreadyRunning() public static method

Checks whether another instance of the same application is already running.
public static CheckApplicationAlreadyRunning ( bool switchToAlreadyRunningProcess ) : bool
switchToAlreadyRunningProcess bool Whether the already running process is flashed and brought to front.
return bool