Progress

final case class Progress[P](startedAt: Date, plan: Plan[P], runs: Int, engineOptions: EngineOptions)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def remaining: Int
def timestampTxt: String
def total: Int

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product