Technical manual CIB jsMerge
Technical Interface
CibJsMergeJobSetProperty
CibJsMergeJobSetProperty( CibJsMergeJobHandle a_Handle, const char* a_Name, const char* a_Value );
This function allows setting additional properties for a merge run. The names and values are expected to be UTF-8 encoded zero terminated strings.
Type |
Value |
Description |
CibJsMergeJobHandle |
a_Handle |
Handle of the job that this property refers to |
char* |
a_Name |
Name of the property that is to be set |
char* |
a_Value |
Value of the property that is to be set |