Running

interface Running

An interface that methods for running.

Inheritors

Properties

Link copied to clipboard
abstract val isRunning: AtomicBoolean

Indicates whether the receiver is running.

Functions

Link copied to clipboard
abstract fun startRunning()

Tells the receiver to start running.

Link copied to clipboard
abstract fun stopRunning()

Tells the receiver to stop running.