Function GeniePipeline_restore¶
Defined in File GeniePipeline.h
Function Documentation¶
-
Genie_Status_t GeniePipeline_restore(const GeniePipeline_Handle_t pipelineHandle, const char *path)¶
A function to restore state of a node from a file.
- Parameters
pipelineHandle – [in] A handle to the created pipeline. Must not be NULL.
path – [in] File Path where pipeline state will be restored from.
- Returns
Status code:
GENIE_STATUS_SUCCESS: API call was successful.
GENIE_STATUS_ERROR_INVALID_HANDLE: Config handle is invalid.
GENIE_STATUS_ERROR_INVALID_ARGUMENT: At least one argument is invalid.