Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface LongTask

    interface LongTask {
        id: string;
        links: { status?: string };
    }
    Index

    Properties

    Properties

    id: string

    A unique identifier for the long task

    links: { status?: string }

    Type declaration

    • Optionalstatus?: string

      The URL to retrieve status of long task.