Reference for an async operation.

interface OperationReference {
    id?: string;
    pluginId?: string;
    status?: OperationStatus;
    url?: string;
}

Hierarchy (View Summary)

Properties

id?: string

Unique identifier for the operation.

pluginId?: string

Unique identifier for the plugin.

The current status of the operation.

url?: string

URL to get the full operation object.