Skip to main content

Interface: InitializationTask

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Initialization/InitializationTask.ts:6

A G3000 initialization task.

Properties

gtcPageKey

readonly gtcPageKey: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Initialization/InitializationTask.ts:17

The key of the GTC page view associated with this task.


iconSrc

readonly iconSrc: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Initialization/InitializationTask.ts:14

The absolute path to the image asset to use for the icon displayed for this task in the GTC Initialization page.


isCompleted

readonly isCompleted: Subscribable<boolean>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Initialization/InitializationTask.ts:20

Whether the task is completed.


label

readonly label: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Initialization/InitializationTask.ts:11

The label text displayed for this task in the GTC Initialization page.


uid

readonly uid: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Initialization/InitializationTask.ts:8

This task's unique ID string.