start

abstract fun start(): Boolean

Starts coroutine related to this job (if any) if it was not started yet. The result is true if this invocation actually started coroutine or false if it was already started or completed.

Sources

Link copied to clipboard