runProject
codebolt.project.runProject(): void
Initiates the execution of the current project by sending a run command to the project management system. This function triggers project execution but does not wait for completion or return execution results.
Returns
void: This function does not return a value. It sends a command to run the project and returns immediately.
Response Structure
This method does not return a response. It is a void function that sends a "runProject" command to the project management system and returns immediately without waiting for execution results.
Examples
// Example 1: Basic project execution
codebolt.project.runProject();
console.log('