mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 21:24:58 +00:00
12 lines
191 B
C#
12 lines
191 B
C#
namespace ElectronNET.Runtime.Data
|
|
{
|
|
public enum LifetimeState
|
|
{
|
|
Uninitialized,
|
|
Starting,
|
|
Started,
|
|
Ready,
|
|
Stopping,
|
|
Stopped,
|
|
}
|
|
} |