ProductionStatusResult public class ProductionStatusResult Represents a production and its current status. Documentation public int ArtifactID { get; set; } The ArtifactID of the production. public ProductionStatus Status { get; set; } The status of the production. public ProductionStatusResult()