// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // The work done. // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.ApplicationServices.Interop.Json.State { /// /// The work done. /// public class WorkDone { /// /// Gets or sets the error. /// public int Error { get; set; } } }