Cancels the cleanup process without updating the drawing.
int
tpm_cleancancel(
ade_id clean_id);
Returns RTNORM or an error code.
clean_id | The cleanup model ID returned by tpm_cleanalloc. |
The function clears the cleanup model without updating the drawing. Do one of the following:
- Because the model is still allocated, you can call tpm_cleaninit using the same cleanup model ID. You can then use tpm_cleanstart to start the cleanup process.
- Because tpm_cleancancel does not cancel initialized values, you can clear the cleanup model and continue without calling tpm_cleaninit.