getTasks
codebolt.taskplaner.getTasks(): Promise<any>
Retrieves all tasks using a WebSocket message.
Returns:
Promise<any>
A promise that resolves with the response from the get tasks event.Examples
// It retrieves the current list of tasks from the task planner
const getTask = await codebolt.taskplaner.getTasks()
Explaination
The codebolt.taskplaner.getTasks function does not take any parameters. It retrieves the current list of tasks from the task planner.