Stay organized with collections
Save and categorize content based on your preferences.
class Operation.State.IN_PROGRESS : Operation.State
This represents an Operation
which is in progress.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[null,null,["Last updated 2025-05-15 UTC."],[],[],null,["# Operation.State.IN_PROGRESS\n===========================\n\nArtifact: [androidx.work:work-runtime](/jetpack/androidx/releases/work) \n[View Source](https://cs.android.com/search?q=file:androidx/work/Operation.java+class:androidx.work.Operation.State.IN_PROGRESS) \nAdded in [1.0.0](/jetpack/androidx/releases/work#1.0.0)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/work/Operation.State.IN_PROGRESS \"View this page in Java\")\n\n\n```\nclass Operation.State.IN_PROGRESS : Operation.State\n```\n\n\u003cbr /\u003e\n\n|---|---|----------------------------------------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-any/index.html) |||\n| ↳ | [androidx.work.Operation.State](/reference/kotlin/androidx/work/Operation.State) ||\n| | ↳ | [androidx.work.Operation.State.IN_PROGRESS](/reference/kotlin/androidx/work/Operation.State.IN_PROGRESS) |\n\n*** ** * ** ***\n\nThis represents an [Operation](/reference/kotlin/androidx/work/Operation) which is in progress.\n\nSummary\n-------\n\n| ### Public functions |\n|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------|\n| [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html) | [toString](/reference/kotlin/androidx/work/Operation.State.IN_PROGRESS#toString())`()` |\n\nPublic functions\n----------------\n\n### toString\n\n```\nfun toString(): String\n```"]]