Searched refs:onComplete (Results 1 – 6 of 6) sorted by relevance
79 onComplete: Function | undefined; //任务完成回调 property in ProcedurePool126 if (this.isIdle() && this.onComplete) {127 this.onComplete();193 if (this.isIdle() && this.onComplete) {194 this.onComplete();
24 .onComplete((e) => {
141 onComplete: Function | undefined; property in TraceRow1103 if (this.onComplete) {1104 this.onComplete();1105 this.onComplete = undefined;1157 if (this.onComplete) {1158 this.onComplete();
213 snapshotRow!.onComplete = task;278 threadRow!.onComplete = () => cpuClickHandlerTask(threadRow, sp, d);
792 filterRow!.onComplete = completeEntry;
1762 filterRow!.onComplete = completeEntry;