Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 690 Bytes

PyInstallLog.md

File metadata and controls

36 lines (19 loc) · 690 Bytes

Documentation / Exports / PyInstallLog

Interface: PyInstallLog

Represents a log entry for the installation process of Python packages.

Table of contents

Properties

Properties

msg

msg: string

Message related to the current stage of the installation process.

Defined in

interfaces.ts:48


stage

stage: number

The current stage of the installation process.

Defined in

interfaces.ts:42