Foreground Runner Shut Down After BackgroundRunner Stopped. app minimize runner is not started

Sending plugin error: {“save”:false,“callbackId”:“53274886”,“pluginId”:“BackgroundRunner”,“methodName”:“dispatchEvent”,“success”:false,“error”:{“message”:“runner is not started”}}

BackgroundRunner: {
label: “com.capacitorjs.background.testapp.task”,
src: “runner/background.js”,
event: “fetchTest”,
repeat: true,
interval: 30000,
autoStart: true,
},