CCM_CleanUpAll

The CCM_CleanUpAll process consists of a CCM_DoCleanUp script, which is called regularly by the timer.

You can customize the behavior of this process by editing the CCM_DoCleanUp script. To do so, you can change the functions used in the GarbageCollection component (see GarbageCollection component functions).

If the clean-up script must run frequently at small intervals it shouldn't use a timer object. Instead it should use a loop that contains sleep statements for implementing the interval.