Polyman Documentation - v2.2.2
    Preparing search index...

    Interface Package

    Represents a downloadable problem package. Package

    interface Package {
        id: number;
        revision: number;
        creationTimeSeconds: number;
        state: PackageState;
        comment: string;
        type: PackageType;
    }
    Index

    Properties

    id: number

    Package identifier

    revision: number

    Problem revision when package was built

    creationTimeSeconds: number

    Package creation time (Unix timestamp)

    Build status

    comment: string

    Additional information about package

    Package type