processFinished
plugin.chat.processFinished(): void
Stops the ongoing process. Sends a specific message to the server to stop the process.
Parameters
No parameters.
Returns
void
Example
import plugin from '@codebolt/plugin-sdk';
const result = await plugin.chat.processFinished();
console.log(result);