1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00
Files
Radarr/src/NzbDrone.Update/UpdateStartupContext.cs
T
2016-12-23 13:45:24 -08:00

10 lines
234 B
C#

namespace NzbDrone.Update
{
public class UpdateStartupContext
{
public int ProcessId { get; set; }
public string ExecutingApplication { get; set; }
public string UpdateLocation { get; set; }
}
}