Skip to content

ApplicationState

Reflects the current state of an external application.

Type

csharp
RoyalApps.Community.ExternalApps.WinForms.Hosting.ApplicationState

Values

Starting = 0

Indicates that the application is starting.

Running = 1

Indicates that the application is running.

Stopped = 2

Indicates that the application is stopped.

Back to API index

MIT Licensed