| 185 | } |
| 186 | |
| 187 | maajs::ValueType ControllerImpl::post_start_app(maajs::ValueType self, maajs::EnvType, std::string intent) |
| 188 | { |
| 189 | auto id = MaaControllerPostStartApp(controller, intent.c_str()); |
| 190 | return maajs::CallCtorHelper(ExtContext::get(env)->jobCtor, self, id); |
| 191 | } |
| 192 | |
| 193 | maajs::ValueType ControllerImpl::post_stop_app(maajs::ValueType self, maajs::EnvType, std::string intent) |
| 194 | { |