Parameters passed to a task during the execution.

interface WorkTask {
    animeIndex: uint;
    name: string;
    params: any;
}

Hierarchy (view full)

Properties

animeIndex: uint
name: string
params: any