On this page

Type Alias Task

type Task = {
    callback: (timeStamp: number) => void;
    cancelled: boolean;
    id: TaskID;
}
Index

Properties

Properties

callback: (timeStamp: number) => void
cancelled: boolean
id: TaskID
Was this helpful?
SDK JS
Reference
Task