Function GeniePipeline_save

Function Documentation

Genie_Status_t GeniePipeline_save(const GeniePipeline_Handle_t pipelineHandle, const char *path)

A function to save state of a node to a file.

Parameters
  • pipelineHandle[in] A handle to the created pipeline. Must not be NULL.

  • path[in] File Path where node state will be saved.

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.