Enum TaskBase.BlockingModeFlags
A set of flags indicating what type of blocking this task does when it comes to other tasks, or even user experience.
Namespace: GDX.Threading
Syntax
[Flags]
public enum BlockingModeFlags : ushort
Fields
| Name | Description |
|---|---|
| All | |
| Bits | |
| None | |
| SameName | |
| UserInteraction |