---
title: "installing(progress:)"
framework: managedappdistribution
role: symbol
role_heading: Type Method
path: "managedappdistribution/managedcontentofferstate/installing(progress:)"
---

# installing(progress:)

A state indicating install progress.

## Declaration

```swift
static func installing(progress: Double?) -> ManagedContentOfferState
```

## Parameters

- `progress`: The progress of the install from 0.0 to 1.0. nil represents indeterminate progress.

## See Also

### Creating states

- [custom(title:)](managedappdistribution/managedcontentofferstate/custom(title:).md)
