invoke

operator fun invoke(selectedTimeInMillis: Int, selectedPlanetId: Int): Flow<Resource<Int>>

Invokes the use case to stop the process of exploring a discovered planet.

Return

Flow> representing the result of the operation.

Parameters

selectedTimeInMillis

The selected time for the exploration process.

selectedPlanetId

The ID of the planet to explore.