> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.linecancellationtoken/yarn.unity.linecancellationtoken.isnextlinerequested.md).

# IsNextLineRequested

Property in [LineCancellationToken](/3.1/api/csharp/yarn.unity/yarn.unity.linecancellationtoken.md)

{% hint style="warning" %}
This property is obsolete and may be removed from a future version of Yarn Spinner: Please use IsNextContentRequested instead.
{% endhint %}

## Summary

Gets a value indicating whether the dialogue runner has requested that the next line be shown.

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

## Remarks

If this value is `true`, dialogue presenters should presenting the current line, so that the next piece of content can be shown to the user.

If this property is `true`, then [IsHurryUpRequested](/3.1/api/csharp/yarn.unity/yarn.unity.linecancellationtoken/yarn.unity.linecancellationtoken.ishurryuprequested.md) will also be true.
