tft_wait_next_action
Function
During the repair, the main training thread calls this API in the decorator to wait for the secondary thread to complete service data repair.
This API is a blocking API. It will be blocked until next action is obtained.
Format
mindio_ttp.framework_ttp.tft_wait_next_action()
Parameters
None
Return Value
- 0: success
- 1: failure
Parent topic: API Reference