[Flags]
|
|||||
enum
|
TaskFlags
|
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. |