TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum TaskFlags in Tinman.Core.Threading.Pooling

[Flags]
enum TaskFlags  

Items

None = 0

No task flag is set.

Synchronized = 0x01

The task will only be performed from the synchronization thread.

Remarks:

Each TaskPool has an own implicit synchronization thread, namely the one that calls the RunSynchronized methods.