This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Sonarr
Watch
1
Star
0
Fork
0
You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced
2024-10-30 23:42:33 +01:00
Code
Issues
Releases
Wiki
Activity
e7805a5afb
Sonarr
/
NzbDrone.Update
/
AppType.cs
10 lines
118 B
C#
Raw
Normal View
History
Unescape
Escape
Removed unused using statements
2013-07-19 05:47:55 +02:00
namespace
NzbDrone.Update
Hidden startup, shutodwn and restart New: Run without console window by default New: Added NzbDrone.Console to run with console window New: Shutdown from UI New: Restart from UI
2013-01-06 09:11:14 +01:00
{
public
enum
AppType
{
Normal
,
Console
,
Service
}
}
Copy Permalink