kuaf_ctx_end_process
Function Usage
Performs post-processing after kuaf_ctx_process_sync.
Function Syntax
int kuaf_ctx_end_process(scheduler_ctx *sc_ctx);
Parameters
Parameter |
Description |
Value Range |
Input/Output |
|---|---|---|---|
sc_ctx |
Pointer to the scheduling structure. |
The structure is created by the kuaf_ctx_scheduler_create function. |
Input |
Parent topic: Interface Description