TaskLog interface
A task log connected to a timeline record.
- Extends
created |
The time of the task log creation. |
index |
The REST URL of the task log when indexed. |
last |
The time of the last modification of the task log. |
line |
The number of the task log lines. |
path | The path of the task log. |
The time of the task log creation.
createdOn: Date
Property Value
Date
The REST URL of the task log when indexed.
indexLocation: string
Property Value
string
The time of the last modification of the task log.
lastChangedOn: Date
Property Value
Date
The number of the task log lines.
lineCount: number
Property Value
number
The path of the task log.
path: string
Property Value
string
The REST URL of the task log.
location: string
Property Value
string
Inherited From TaskLogReference.location