DownloadOperationStatus

Enumeration

Human-readable status of a download operation. Operation specific statuses should be converted to one of these statuses before being reported to the user.

Enumeration members

Enumeration member Value Notes
COMPLETED "completed"
CONVERTING "converting"
FAILED "failed"
PENDING "pending"
PROCESSING "processing"

Enumeration defined in common/src/downloads/types.ts:163