Technical manual CIB jsMerge
Technical Interface
CibJsMergeJobHandle
Every CIB jsMerge task is assigned a "job handle" that is of the type CibJsMergeJobHandle. This object represents the task. The steps
- setting and reading properties (CibJsMergeJobSetProperty/CibJsMergeJobGetProperty)
- executing the task (CibJsMergeJobRun)
- Getting error information (CibJsMergeJobGetErrorCode/CibJsMergeJobGetErrorMessage)
Always refer to such a job handle.
A CIB jsMerge task is initiated by creating a Job handle (CibJsMergeJobCreate). After setting the necessary properties and running the task the job handle is released again (CibJsMergeJobFree).