TaskLog interface

A task log connected to a timeline record.

Extends

Properties

createdOn

The time of the task log creation.

indexLocation

The REST URL of the task log when indexed.

lastChangedOn

The time of the last modification of the task log.

lineCount

The number of the task log lines.

path

The path of the task log.

Inherited Properties

id

The ID of the task log.

location

The REST URL of the task log.

Property Details

createdOn

The time of the task log creation.

createdOn: Date

Property Value

Date

indexLocation

The REST URL of the task log when indexed.

indexLocation: string

Property Value

string

lastChangedOn

The time of the last modification of the task log.

lastChangedOn: Date

Property Value

Date

lineCount

The number of the task log lines.

lineCount: number

Property Value

number

path

The path of the task log.

path: string

Property Value

string

Inherited Property Details

id

The ID of the task log.

id: number

Property Value

number

Inherited From TaskLogReference.id

location

The REST URL of the task log.

location: string

Property Value

string

Inherited From TaskLogReference.location