gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks
/
WorkResult
Work
Result
API
interface
WorkResult
(
source
)
Provides information about some work which was performed.
Members
Functions
get
Did
Work
Link copied to clipboard
API
abstract
fun
getDidWork
(
)
:
Boolean
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.