GetPossibleTasks

Function: GetPossibleTasks()

function GetPossibleTasks(): Promise<Response<object[]>>

Defined in: 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.

On this page