UpdateProgressesIndicator

fun UpdateProgressesIndicator(modifier: Modifier = Modifier, update: ProjectUpdate, onUpdateCompleted: () -> Unit = {})

Indicator used to monitoring the status of the update in terms of tasks completed on the total amount to complete

Parameters

modifier

The modifier to apply to the indicator

update

The update from fetch the information

onUpdateCompleted

The action to execute when the update has been completed