![]() |
Task Run State Constants |
Header: Multiprocessing.h |
Indicate the state of the task when returned as part of the MPTaskInfo data structure.
enum { kMPTaskBlocked = , kMPTaskReady = 1, kMPTaskRunning = 2 };
The task is blocked..
The task is ready for execution.
The task is currently running.
Introduced with Multiprocessing Services 2.1.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)