Represents the result of a long operation task.

interface ITaskResult {
    entryId?: number;
    uri?: string;
}

Implemented by

Properties

Properties

entryId?: number

The ID of the entry which is affected (e.g. created or modified) by the execution of the associated task.

uri?: string

The URI which can be used (via api call) to access the result(s) of the associated task.