ApplicationState
Reflects the current state of an external application.
Type
csharp
RoyalApps.Community.ExternalApps.WinForms.Hosting.ApplicationStateValues
Starting = 0
Indicates that the application is starting.
Running = 1
Indicates that the application is running.
Stopped = 2
Indicates that the application is stopped.
