Run the application if it is not already running and perform the specified action after the application is connected.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax public void Run(
Action onConnected
)
Parameters
- onConnected
- Type: SystemAction
The action to perform after the application is connected.
If the application was previously running, this Action will be invoked immediately.
See Also