<div class='sourceset sourceset-common'>Common</div>

```kotlin
InactivePendingWork,
```

The [Recomposer](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer) is [Inactive](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer.State.Inactive) but at least one effect associated with a managed
composition is awaiting a frame. This frame will not be produced until the [Recomposer](/jetpack-compose/androidx.compose.runtime/runtime/classes/Recomposer)
is [running]`runRecomposeAndApplyChanges`.