# Progress

> **Class** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/progress/Progress)

## Signature

```python
Progress(
    self,
    *,
    message = '',
    elapsed: bool = False,
)
```

## Constructors

```python
__init__(
    self,
    *,
    message = '',
    elapsed: bool = False,
)
```

| Name | Type |
|------|------|
| `message` | `unknown` |
| `elapsed` | `bool` |


## Properties

- `delay`
- `message`
- `spinner_generator`

## Methods

- [`spinning_cursor()`](https://reference.langchain.com/python/langgraph-cli/progress/Progress/spinning_cursor)
- [`spinner_iteration()`](https://reference.langchain.com/python/langgraph-cli/progress/Progress/spinner_iteration)
- [`spinner_task()`](https://reference.langchain.com/python/langgraph-cli/progress/Progress/spinner_task)

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/6719d34023ced81382223407c665fd0980279eea/libs/cli/langgraph_cli/progress.py#L7)