A System.Threading.CancellationToken that becomes cancelled when a DialogueRunner wishes all dialogue presenters to speed up their delivery of their line, if appropriate. For example, UI animations should be played faster or skipped.
publicCancellationToken HurryUpToken;
Remarks
This token is linked to NextLineToken : if the next line token is cancelled, then this token will become cancelled as well.