Options
All
  • Public
  • Public/Protected
  • All
Menu

Options used with ReadingSystemAsyncTaskScheduler.

Hierarchy

  • IReadingSystemAsyncTaskSchedulerOptions

Index

Properties

concurrency: number

The number of tasks that can be executing simultaneously.

int
pauseOnOffscreenContentRendering: boolean

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

pauseOnReaderViewGesture: boolean

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

pauseOnReaderViewNavigation: boolean

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

pauseOnVisibleContentRendering: boolean

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

Generated using TypeDoc