| level | Specifies the level. Specifying clIdle performs the same compaction process that is executed when the system is in an idle state (a state where the system is relatively inactive). In the current version, TJS2 garbage collection is performed. Specifying clDeactivate performs the same compaction process that is executed when Kirikiri becomes inactive (when another application becomes active). In the current version, temporary image buffers for layer operations, layer caches, XP3 archive segment (storage fragment) caches, and auto-search path caches are cleared. Specifying clMinimize performs the same compaction process that is executed when Kirikiri is minimized. In the current version, the rendered character cache and image cache are cleared. Specifying clAll executes all of the above compaction processes. The compaction level increases in the order of clIdle < clDeactivate < clMinimize < clAll. Specifying a higher level also performs the compaction processes of the lower levels. For example, executing clDeactivate also executes the processes for clIdle. If the argument is omitted, clAll is assumed to be specified. |