ProgressPhase

org.beangle.doc.core.ProgressPhase
case class ProgressPhase(id: Int, description: String, total: Int, percent: Int)

处理阶段描述

Value parameters

description

描述

id

阶段号

percent

该阶段的完成百分比

total

总共几个阶段

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