Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PPTTask

The PPTTask interface, which describes the properties of a file-conversion task.

Hierarchy

  • PPTTask

Index

Properties

Methods

Properties

callbacks

The callbacks for the file-conversion task.

kind

kind: PPTKind

The type of the file-conversion task.

uuid

uuid: string

The unique identifier (UUID) of the file-conversion task.

Methods

checkUtilGet

  • checkUtilGet(): Promise<PPT>
  • Sets the automatic querying of the real-time state of the file-conversion task. The querying stops once the task succeeds or fails.

    Returns Promise<PPT>

    Description of the output image or dynamic PPT slide, if the method call succeeds.