Skip to content

QueScript / Reference / <shutdown>

<shutdown name="(string)"/>

Simple Example

    <shutdown name="nextCue"/>

Content

  • None

Attributes

  • name = the name of the <que> to shutdown. If no name is set, all other <que>s will be shutdown.

Child Commands

  • None

Explained

Shutdown another <que> inside the same script. If no name is specified, it will shutdown all running ques. In comparison to <stop>, this will allow the running animations inside the que's to fadeout gracefully.