Skip to content

ExternalAppSelectionOptions

Defines discovery and selection timing.

Type

csharp
RoyalApps.Community.ExternalApps.WinForms.Options.ExternalAppSelectionOptions

Used By

Properties

ContinueAfterStartedProcessExit (bool)

Gets or sets a value indicating whether discovery should continue when the originally started process exits before a window is selected.

Some applications use a short-lived launcher process before creating the window in another process.

PollInterval (TimeSpan)

Gets or sets the interval between candidate discovery polls while the host is deciding which window to embed.

Timeout (TimeSpan)

Gets or sets the maximum time allowed for candidate discovery and selection before the application is left running externally.

Back to API index

MIT Licensed