BenchmarkActionResult

sealed interface BenchmarkActionResult(source)

Result returned by benchmark platform actions.

Author

Dmitriy Moroz

Inheritors

Types

Link copied to clipboard

Indicates that the action was completed or handed to the platform.

Link copied to clipboard
data class Failed(val message: String) : BenchmarkActionResult

Indicates that the platform action failed.

Link copied to clipboard

Indicates that the current platform cannot perform the action.