BackgroundCoroutineState

This interface represents the current state of a command execution started by FlowTestScope.executeInBackground.

Properties

Link copied to clipboard
abstract val status: JobStatus<T>

Get the current status of a command execution.

Functions

Link copied to clipboard
abstract fun cancel()

Cancel the execution of a command.