Options
All
  • Public
  • Public/Protected
  • All
Menu

Options used with ReadingSystemAsyncTaskScheduler.

Hierarchy

  • IReadingSystemAsyncTaskSchedulerOptions

Index

Properties

concurrency

concurrency: number

The number of tasks that can be executing simultaneously.

int

pauseOnOffscreenContentRendering

pauseOnOffscreenContentRendering: boolean

If the ReadingSystemAsyncTaskScheduler should pause execution of tasks while offscreen content is rendering.

pauseOnReaderViewGesture

pauseOnReaderViewGesture: boolean

If the ReadingSystemAsyncTaskScheduler should pause execution of tasks when the user is performing a gesture on a ReaderView.

pauseOnReaderViewNavigation

pauseOnReaderViewNavigation: boolean

If the ReadingSystemAsyncTaskScheduler should pause execution of tasks while the ReaderView is navigating.

pauseOnVisibleContentRendering

pauseOnVisibleContentRendering: boolean

If the ReadingSystemAsyncTaskScheduler should pause execution of tasks while visible content is rendering.

Generated using TypeDoc