This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Radarr
Watch
1
Star
0
Fork
0
You've already forked Radarr
mirror of
https://github.com/Radarr/Radarr.git
synced
2024-11-04 10:02:40 +01:00
Code
Issues
Releases
Wiki
Activity
37af22d177
Radarr
/
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
}
}
Reference in New Issue
Copy Permalink