ProgressEvent

final class ProgressEvent extends AbstractEntry with Serializable

used by super shell

Companion:
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(o: Any): Boolean
Definition Classes
override def hashCode: Int
Definition Classes
override def toString: String
Definition Classes
def withChannelName(channelName: Option[String]): ProgressEvent
def withChannelName(channelName: String): ProgressEvent
def withCommand(command: Option[String]): ProgressEvent
def withCommand(command: String): ProgressEvent
def withExecId(execId: Option[String]): ProgressEvent
def withExecId(execId: String): ProgressEvent
def withItems(items: Vector[ProgressItem]): ProgressEvent
def withLastTaskCount(lastTaskCount: Option[Int]): ProgressEvent
def withLastTaskCount(lastTaskCount: Int): ProgressEvent
def withLevel(level: String): ProgressEvent
def withSkipIfActive(skipIfActive: Option[Boolean]): ProgressEvent
def withSkipIfActive(skipIfActive: Boolean): ProgressEvent

Concrete fields

val command: Option[String]
val items: Vector[ProgressItem]
val lastTaskCount: Option[Int]
val level: String
val skipIfActive: Option[Boolean]