toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.core
/
ActionInvocation
Action
Invocation
data
class
ActionInvocation
(
val
actionName
:
String
,
val
timestamp
:
Instant
=
Instant.now()
,
val
runningTime
:
Duration
)
History element
Members
Constructors
Action
Invocation
Link copied to clipboard
constructor
(
actionName
:
String
,
timestamp
:
Instant
=
Instant.now()
,
runningTime
:
Duration
)
Properties
action
Name
Link copied to clipboard
val
actionName
:
String
running
Time
Link copied to clipboard
open
val
runningTime
:
Duration
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant
Functions
info
String
Link copied to clipboard
open
fun
infoString
(
verbose
:
Boolean
?
,
indent
:
Int
)
:
String