describeTask | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Function describeTask

    • Describes a managed task

      Parameters

      • taskid: number

        Id of the managed task

      • options: { allowMissing: true }

        allowMissing: Don't throw if the task isn't found

      Returns Promise<null | DescribedTask>

      Managed task info

    • Describes a managed task

      Parameters

      • taskid: number

        Id of the managed task

      • Optionaloptions: { allowMissing: boolean }

        allowMissing: Don't throw if the task isn't found

      Returns Promise<DescribedTask>

      Managed task info