SetEnable
Enables or disables the queue.
Declaration
virtual kern_return_t SetEnable(bool isEnable);Parameters
- isEnable:
If
YES, prepare the queue to run.
Return Value
kIOReturnSuccess on success, or another value if an error occurred.
Enables or disables the queue.
virtual kern_return_t SetEnable(bool isEnable);If YES, prepare the queue to run.
kIOReturnSuccess on success, or another value if an error occurred.