Monitors

uk.gov.nationalarchives.dp.client.ProcessMonitorClient.Monitors
case class Monitors(mappedId: String, name: String, status: String, started: Option[String], completed: Option[String], category: String, subcategory: String, progressText: Option[String], percentComplete: Option[String], filesPending: Int, size: Int, filesProcessed: Int, warnings: Int, errors: Int, canRetry: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product