Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface TaskStatus

    interface TaskStatus {
        id: string;
        result?: string;
        status: TaskState;
    }
    Index

    Properties

    Properties

    id: string

    ID of the task

    result?: string

    The result of the task once it has finished its execution

    status: TaskState

    The state of the task