# IsHurryUpRequested

Property in [LineCancellationToken](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.linecancellationtoken)

## Summary

Gets a value indicating whether the user has requested that the line be hurried up.

```csharp
public readonly bool IsHurryUpRequested { get }
```

## Remarks

If this value is `true`, Dialogue presenters should speed up any ongoing delivery of the line, such as on-screen animations, but are not required to finish delivering the line entirely (that is, UI elements may remain on screen).

If [IsNextLineRequested](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.linecancellationtoken/yarn.unity.linecancellationtoken.isnextlinerequested) is `true`, then this property will also be `true`.
