Skip to main content

processStarted

codebolt.chat.processStarted(): undefined
Notifies the server that a process has started and sets up an event listener for stopProcessClicked events.

Example

// Notify the server that a process has started
await codebolt.chat.processStarted();

image

Explanation

The codebolt.chat.processStarted() function is used to notify the Codebolt chat that a specific process has started.