Documentation - v1.6.0-beta.24
    Preparing search index...
    SlackTaskStatus: {
        Complete: "complete";
        Error: "error";
        InProgress: "in_progress";
        Pending: "pending";
    } = ...

    Status values for a Slack task update chunk sent via the streaming API.

    Type Declaration

    • ReadonlyComplete: "complete"

      Task finished successfully.

    • ReadonlyError: "error"

      Task finished with an error.

    • ReadonlyInProgress: "in_progress"

      Task is currently running.

    • ReadonlyPending: "pending"

      Task has been created but not yet started.