Progress
final case class Progress[Prod, Repr](processor: Repr, amount: Double) extends Update[Nothing, Repr]
An update indicating the process has progressed.
An update indicating the process has progressed.
- Value Params
- amount
the current progression between 0.0 and 1.0
- processor
the processor that dispatched the update
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any