ActionInvocation

data class ActionInvocation(val actionName: String, val timestamp: Instant = Instant.now(), val runningTime: Duration)

History element

Constructors

Link copied to clipboard
constructor(actionName: String, timestamp: Instant = Instant.now(), runningTime: Duration)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant

Functions

Link copied to clipboard
open fun infoString(verbose: Boolean?, indent: Int): String