Interface PolytronTaskObjectInfo

The PolytronTaskObjectInfo interface represents a Polytron that is part of an active Polytron processing task.

interface PolytronTaskObjectInfo {
    Category?: string;
    Description?: string;
    Documentation?: string;
    FriendlyName?: string;
    ID: string;
    Identifier: string;
    IsPreviewAvailable?: boolean;
    IsUserFavorite: boolean;
    Name: string;
    PreviewURL?: string;
    Version: string;
}

Properties

Category?: string
Description?: string
Documentation?: string
FriendlyName?: string
ID: string
Identifier: string
IsPreviewAvailable?: boolean
IsUserFavorite: boolean
Name: string
PreviewURL?: string
Version: string