This website requires JavaScript.
Explore
Help
Sign In
ydeng
/
gameservicewarden
Archived
Watch
1
Star
0
Fork
0
You've already forked gameservicewarden
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-07-22
. You can view files and clone it, but cannot push or open issues or pull requests.
4df970a542
gameservicewarden
/
src
/
GameServiceWarden.ModuleAPI
/
ServiceRunState.cs
9 lines
140 B
C#
Raw
Normal View
History
Unescape
Escape
Renamed subprojects and changed namespace names.
2021-04-21 04:55:03 +00:00
namespace
GameServiceWarden.ModuleAPI
Basic service entity completed and tested. added UML to guide actual implementation for Host. ModuleLoader, ServiceGateway, are written but untested.
2020-12-24 22:33:17 +00:00
{
public
enum
ServiceState
{
Stopped
,
Running
,
Changed logging system to be event based. Implemented LRUCache for instantiating services without starting. Service state changed back to enumerator. Namespace refactoring.
2021-04-19 06:34:45 +00:00
RestartPending
Basic service entity completed and tested. added UML to guide actual implementation for Host. ModuleLoader, ServiceGateway, are written but untested.
2020-12-24 22:33:17 +00:00
}
}
Reference in New Issue
Copy Permalink