q5play
    Preparing search index...

    Interface TaskSystem

    interface TaskSystem {
        ClearTasks(): void;
        clone(): this;
        delete(): void;
        deleteLater(): this;
        GetActiveTaskCount(): number;
        GetTotalThreadCount(): number;
        isAliasOf(other: ClassHandle): boolean;
        isDeleted(): boolean;
        [key: number]: () => void;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: number]: () => void
    Index

    Methods