Specifies how tasks are processed in a task queue.
| Member | Value | Description |
|---|---|---|
| MFProcessingBehaviorConcurrent | 1 | Tasks in this queue may be carried out concurrently. |
| MFProcessingBehaviorSequential | 0 | Tasks in this queue are carried out one by one, in the order they have been added to the queue. |