Skip to main content

updateTask

codebolt.taskplaner.updateTask(task: string): Promise<any>
Updates an existing task using a WebSocket message.

Parameters

NameTypeDescription
taskstringThe updated task information.

Returns:

 Promise<any>
A promise that resolves with the response from the update task event.

Status

Working Progress...