gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.events
/
OperationResult
Operation
Result
API
interface
OperationResult
(
source
)
Describes the result of running an operation.
Since
2.4
Inheritors
SuccessResult
FailureResult
SkippedResult
FileDownloadResult
ProjectConfigurationOperationResult
WorkItemOperationResult
TestOperationResult
TransformOperationResult
TaskOperationResult
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.