Kotlin DSL Reference for Gradle
8.4
API
Kotlin DSL Reference for Gradle
/
org.gradle.tooling.events
/
OperationResult
Operation
Result
API
interface
OperationResult
(
source
)
Describes the result of running an operation.
Inheritors
SkippedResult
FailureResult
SuccessResult
WorkItemOperationResult
TaskOperationResult
ProjectConfigurationOperationResult
TransformOperationResult
TestOperationResult
FileDownloadResult
Members
Functions
get
End
Time
Link copied to clipboard
API
abstract
fun
getEndTime
(
)
:
Long
Returns the time when the operation finished its execution.
get
Start
Time
Link copied to clipboard
API
abstract
fun
getStartTime
(
)
:
Long
Returns the time when the operation started its execution.