Parameters passed to a task during the execution.

interface _WorkTask {
    animeIndex: uint;
    func: TaskFunc;
    name: string;
    params: any;
}

Hierarchy (view full)

Properties

animeIndex: uint
func: TaskFunc
name: string
params: any