GetPossibleTasks
Function: GetPossibleTasks()
function GetPossibleTasks(): Promise<Response<object[]>>
Defined in: src/actions/possible-task.tsx:14
Fetches the list of possible tasks from the backend.
Returns
Promise<Response<object[]>>
- A promise that resolves to a response object containing the list of possible tasks or an error message.