---
title: "rewind"
canonical: "https://help.vicon.com/space/ShogunPost121/1253738160/rewind"
format: markdown
---
# Description

Goes to the beginning of the play range

This command moves the current time indicator on the time bar to the beginning of the current playRange.

## Functional area

Playback control

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `rewind` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
rewind;
// Current time indicator is moved to the beginning of the playRange.
```

# Additional information

## Related commands

- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253736984)
- [play](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost121/pages/1253737029)