updateTask
codebolt.taskplaner.updateTask(task: string): Promise<any>
Updates an existing task using a WebSocket message.
Parameters
Name | Type | Description |
---|---|---|
task | string | The updated task information. |
Returns:
Promise<any>
A promise that resolves with the response from the update task event.Status
Comming soon...