S03041

错误代码

S03041

报错信息

This function can only be called in the monitor within a CEP engine. RefId: S03041

错误原因

以下函数在 CEP monitor 外部被调用:

addEventListener、sendEvent、routeEvent、emitEvent、stopSubEngine、spawnMonitor、destroyMonitor。

解决办法

必须确保以上函数在 CEP monitor 中调用。