api / org.gradle.tooling.events / OperationDescriptor / getName

getName

abstract fun getName(): String

Returns the name of the operation. This name does not necessarily uniquely identify the operation. However, the name can be used by a human to disambiguate between the children of a given operation.

Return
The name of the operation.