toggle menu
gradle
8.11.1
API
switch theme
search in API
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.