---
title: loops
framework: usd
role: article
role_heading: Article
path: usd/loops
---

# loops

A Boolean value indicating whether the group loops.

## Overview

Overview The default value is false, in which the group executes its actions performCount number of times and then stops. When true and type is serial, the group restarts its action sequence with the first action after the last action completes. When type is parallel, the runtime repeats each action independently. Declaration uniform bool loops = false

## See Also

### Properties

- [info:id](usd/info-id.md)
- [type](usd/type.md)
- [performCount](usd/performcount.md)
- [actions](usd/actions.md)
