Lines Matching refs:selectFuncStruct
281 const selectY = (FuncStruct.selectFuncStruct!.depth! + 0.5) * 20;
284 const selectStartTs = FuncStruct.selectFuncStruct!.startTs!;
285 const selectDur = FuncStruct.selectFuncStruct!.dur!;
311 const selectY = (FuncStruct.selectFuncStruct!.depth! + 0.5) * 20;
314 const selectStartTs = FuncStruct.selectFuncStruct!.startTs!;
350 const selectStartTs = FuncStruct.selectFuncStruct!.startTs!;
352 const selectY = (FuncStruct.selectFuncStruct!.depth! + 0.5) * 20;
359 FuncStruct.selectFuncStruct!.dur!,
381 queryBySelectAllocationOrReturn(executeID, FuncStruct.selectFuncStruct!.itid!).then((res) => {
382 … if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task Allocation:') >= 0 && res.length > 0) {
402 } else if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task PerformTask End:') >= 0) {
406 TabPaneTaskFrames.TaskArray.push(FuncStruct.selectFuncStruct!);
425 let executeID = TabPaneTaskFrames.getExecuteId(FuncStruct.selectFuncStruct!.funName!);
426 TabPaneTaskFrames.TaskArray.push(FuncStruct.selectFuncStruct!);
430 if (FuncStruct.selectFuncStruct!.funName!.indexOf('H:Task Perform:') >= 0) {
432 queryBySelectExecute(executeID, FuncStruct.selectFuncStruct!.itid!).then((res) => {