(param: unknown, options?: { action_call?: any })
| 1222 | } |
| 1223 | |
| 1224 | onAfterExecuteNode(param: unknown, options?: { action_call?: any }) { |
| 1225 | const trigS = this.findOutputSlot("onExecuted") |
| 1226 | if (trigS != -1) { |
| 1227 | this.triggerSlot(trigS, param, null, options) |
| 1228 | } |
| 1229 | } |
| 1230 | |
| 1231 | changeMode(modeTo: number): boolean { |
| 1232 | switch (modeTo) { |
no test coverage detected