interface IAbortToken {
    aborted: boolean;
}

属性

属性

aborted: boolean

Indicates whether the task has been aborted.

指示任务是否已被中止。