result

abstract suspend fun result(): Result<T>

Suspends until this job has completed. Calling this function does not start the job. In order to start the job call start

Return

the result of the Job.

Since

200.0.0