hbUCPSubmitTask

int32_t hbUCPSubmitTask(hbUCPTaskHandle_t taskHandle, hbUCPSchedParam *schedParam);

Commit the UCP task to the scheduler.

  • Parameter

    • [in] taskHandle Task handle pointer.
    • [in] schedParam Task scheduling parameter.
  • Return Value

    • If the return value is 0, the API is executed successfully, otherwise the execution fails.