info

suspend fun info(context: Context): WorkInfo?

Fetches the work info for the BlockStatusWorker.

Author

Arnau Mora

Since

20210825

Return

The WorkInfo of the job, or null if no job is scheduled.

Parameters

context

The Context that wants to make the check.