interface ITaskEvents {
    complete: (() => void);
}

Hierarchy (view full)

Properties

Properties

complete: (() => void)

Triggered when the task is completed.