---
title: "rewind"
canonical: "https://help.vicon.com/space/Shogun16/13340305/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

|  |
| --- |
| `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/Shogun16/pages/13366211)
- [play](https://vicon-help.atlassian.net/wiki/spaces/Shogun16/pages/13341329)