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

    • Return 0 means the API was successfully executed, otherwise the execution failed.