namespace NzbDrone.Core.Update { public enum UpdateMechanism { BuiltIn = 0, Script = 1 } }