Captain is currently in ALPHA. We are happy to get your feedback
Core API
Interfaces
Helpers Types.downloadstatus

Interface: DownloadStatus

helpers/types.DownloadStatus

Represents the status and essential details of a download process.

Table of contents

Properties

Properties

error

Optional error: string

An optional error message providing details if the download has failed.

Defined in

src/electron/helpers/types.ts:149 (opens in a new tab)


startDate

startDate: Date

The date and time when the download was initiated.

Defined in

src/electron/helpers/types.ts:154 (opens in a new tab)


state

state: DownloadState

The current state of the download.

Defined in

src/electron/helpers/types.ts:144 (opens in a new tab)