Skip to main content Link Menu Expand (external link) Document Search Copy Copied

overrun / index / SourceTask

Interface: SourceTask

index.SourceTask

A task that has a “last modified” date.

Table of contents

Properties

Methods

Properties

path

Readonly path: Path

Location of this file in the source tree.

Defined in

Task.ts:70

Methods

getModTime

getModTime(): Promise<Date>

Return true if the last modified time of this file is newer than the given date.

Returns

Promise<Date>

Defined in

Task.ts:73