Skip to content

TBLRuntimeCleanupFlag

Runtime cleanup flags that can be used through TBLRuntime.Cleanup.

Definition

Unit: Blend2D

type TBLRuntimeCleanupFlag = (ObjectPool, ZeroedPool, ThreadPool)

See Also

Enumeration Values

ObjectPool = 0

Cleanup object memory pool.


ZeroedPool = 1

Cleanup zeroed memory pool.


ThreadPool = 4

Cleanup thread pool (would join unused threads).