gradle
Toggle table of contents
9.8.0-20260801044657+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.tasks
/
WorkResult
Work
Result
API
interface
WorkResult
(
source
)
Provides information about some work which was performed.
Since
0.8
Members
Functions
get
Did
Work
Link copied to clipboard
API
abstract
fun
getDidWork
(
)
:
Boolean
Returns the did work.
or
Link copied to clipboard
API
open
fun
or
(
other
:
WorkResult
)
:
WorkResult
Returns this result if it did work, otherwise returns the result given as a parameter.