ProgressEvent

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Option[Int], channelName: Option[String], execId: Option[String]): ProgressEvent
def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Int, channelName: String, execId: String): ProgressEvent
def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Option[Int], channelName: Option[String], execId: Option[String], command: Option[String], skipIfActive: Option[Boolean]): ProgressEvent
def apply(level: String, items: Vector[ProgressItem], lastTaskCount: Int, channelName: String, execId: String, command: String, skipIfActive: Boolean): ProgressEvent