ChapterResult

interface ChapterResult

Provides the result of a Chapter.

Inheritors

Types

Link copied to clipboard
data object Cancelled : ChapterResult

Execution was cancelled.

Link copied to clipboard
data object Continue : ChapterResult

Continue to next Chapter.

Link copied to clipboard
data class End(val ending: Ending) : ChapterResult

The specified ending has been reached.

Link copied to clipboard
data class SelectChapter(val name: String) : ChapterResult

Select a Chapter specified by name.