# ProgressBar

## Utilisation Simple :

```lua
TriggerEvent('ez-libs:ProgressBar', 2000, "TEST EZ-PROGRESS_BAR")

exports["ez-libs"]:ProgressBar(2000, "TEST EZ-PROGRESS_BAR")
```

##

##

## Utilisation Complexe :

```lua
TriggerEvent('ez-libs:ProgressBar', 2000, "TEST EZ-PROGRESS_BAR", function()
    print("^5[^3Ez-Library^5] ProgressBar is finish - action is declared !^7")            
    end, {
        color = '#FF0000',
        customCSS = {
        borderRadius = "25px"
    }
})


exports["ez-libs"]:ProgressBar(2000, "TEST EZ-PROGRESS_BAR", function()
    print("^5[^3Ez-Library^5] ProgressBar is finish - action is declared !^7")            
    end, {
        color = '#FF0000',
        customCSS = {
        borderRadius = "25px"
    }
})
```

##

<figure><img src="/files/P7PkAS0P2WHPXX5Tbk9Z" alt=""><figcaption><p>Voici la barre de progression qui s'affichera via cette fonction !</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ezdeveloppement.gitbook.io/ezdev-script/ez-libs-v4/fonctions/client-side/progressbar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
