PK_PARTITION_stop_cloning   

PK_ERROR_code_t                      PK_PARTITION_stop_cloning
(
--- received arguments ---
PK_PARTITION_t                       partition, --- partition
const PK_PARTITION_stop_cloning_o_t *options    --- options
)


This function stops cloning in the given 'partition'.

Note: You are advised to consult with Parasolid Support before using
cloning.


Specific Errors:
    PK_ERROR_rollback_not_started   Partitioned rollback is not active (MILD)
    PK_ERROR_not_started            Cloning already stopped (MILD)
    PK_ERROR_frustrum_failure       The frustrum returned an error (MILD)


This function should only be called when partitioned rollback has been started
with PK_DELTA_register_callbacks.