Run

com.mchange.sysadmin.TaskRunner.Task$.Run
See theRun companion object
case class Run(task: Task, sequential: List[Run], bestEffortCleanups: List[Run], isSuccess: Run => Boolean) extends Run

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Run
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def success: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product