mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-15 10:39:47 +02:00
10 lines
234 B
C#
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; }
|
|
}
|
|
}
|