depanalyzer
Toggle table of contents
2.3.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.cli
/
ProgressEvent
Progress
Event
data
class
ProgressEvent
(
val
type
:
String
,
val
message
:
String
,
val
phase
:
String
?
=
null
,
val
current
:
Int
?
=
null
,
val
total
:
Int
?
=
null
,
val
timestamp
:
Instant
=
Instant.now()
)
Members
Constructors
Progress
Event
Link copied to clipboard
constructor
(
type
:
String
,
message
:
String
,
phase
:
String
?
=
null
,
current
:
Int
?
=
null
,
total
:
Int
?
=
null
,
timestamp
:
Instant
=
Instant.now()
)
Properties
current
Link copied to clipboard
val
current
:
Int
?
message
Link copied to clipboard
val
message
:
String
phase
Link copied to clipboard
val
phase
:
String
?
timestamp
Link copied to clipboard
val
timestamp
:
Instant
total
Link copied to clipboard
val
total
:
Int
?
type
Link copied to clipboard
val
type
:
String