namespace RGB.NET.Core { /// /// Contains list of available update modes. /// public enum UpdateMode { /// /// The will not perform automatic updates. Updates will only occur if is called. /// Manual, /// /// The will perform automatic updates at the rate set in . /// Continuous } }