ProgressPhase

case class ProgressPhase(id: Int, description: String, total: Int, percent: Int)

处理阶段描述

Value parameters:
description

描述

id

阶段号

percent

该阶段的完成百分比

total

总共几个阶段

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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