Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 1.81 KB

executor_events.downloadfinished.md

File metadata and controls

80 lines (41 loc) · 1.81 KB

Class: DownloadFinished

yajsapi / Exports / executor/events / DownloadFinished

Class: DownloadFinished

executor/events.DownloadFinished

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DownloadFinished(__namedParameters)

Parameters

Name Type
__namedParameters Object

Overrides

YaEvent.constructor

Defined in

yajsapi/executor/events.ts:493

Properties

path

Optional path: string

Defined in

yajsapi/executor/events.ts:493

Methods

extract_exc_info

extract_exc_info(): [undefined | null | Error, YaEvent]

Extract exception information from this event.

Returns

[undefined | null | Error, YaEvent]

The extracted exception information and a copy of the event without the exception information.

Inherited from

YaEvent.extract_exc_info

Defined in

yajsapi/executor/events.ts:17