RSX Code Reference
    Preparing search index...

    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;
    }
    Index
    Category?: string
    Description?: string
    Documentation?: string
    FriendlyName?: string
    ID: string
    Identifier: string
    IsPreviewAvailable?: boolean
    IsUserFavorite: boolean
    Name: string
    PreviewURL?: string
    Version: string