toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events
/
StatusEvent
Status
Event
API
interface
StatusEvent
:
ProgressEvent
(
source
)
An event that informs about an interim results of the operation.
Since
3.5
Members
Functions
get
Descriptor
Link copied to clipboard
API
abstract
fun
getDescriptor
(
)
:
OperationDescriptor
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Event
Time
Link copied to clipboard
API
abstract
fun
getEventTime
(
)
:
Long
get
Progress
Link copied to clipboard
API
abstract
fun
getProgress
(
)
:
Long
The amount of work already performed by the build operation.
get
Total
Link copied to clipboard
API
abstract
fun
getTotal
(
)
:
Long
The total amount of work that the build operation is in the progress of performing, or -1 if not known.
get
Unit
Link copied to clipboard
API
abstract
fun
getUnit
(
)
:
String
The measure used to express the amount of work.