toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.event
/
ProgressUpdateEvent
Progress
Update
Event
class
ProgressUpdateEvent
(
val
agentProcess
:
AgentProcess
,
val
name
:
String
,
val
current
:
Int
,
val
total
:
Int
)
:
AbstractAgentProcessEvent
Progress update
Members
Constructors
Progress
Update
Event
Link copied to clipboard
constructor
(
agentProcess
:
AgentProcess
,
name
:
String
,
current
:
Int
,
total
:
Int
)
Properties
agent
Process
Link copied to clipboard
val
agentProcess
:
AgentProcess
current
Link copied to clipboard
open
val
current
:
Int
history
Link copied to clipboard
val
history
:
List
<
ActionInvocation
>
name
Link copied to clipboard
open
val
name
:
String
process
Id
Link copied to clipboard
open
override
val
processId
:
String
ID of the process that this event relates to.
status
Link copied to clipboard
val
status
:
AgentProcessStatusReport
timestamp
Link copied to clipboard
open
val
timestamp
:
Instant
total
Link copied to clipboard
open
val
total
:
Int