Carbon


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
};

Constant descriptions

kMPTaskBlocked

The task is blocked..

kMPTaskReady

The task is ready for execution.

kMPTaskRunning

The task is currently running.

VERSION NOTES

Introduced with Multiprocessing Services 2.1.


© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)