site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com IOPMAssertionID assertionID; IOReturn success = IOPMAssertionCreate(kIOPMAssertionTypeNoDisplaySleep, kIOPMAssertionLevelOn, &assertionID); if (success == kIOReturnSuccess) { //Add the work you need to do without // the system sleeping here. success = IOPMAssertionRelease(assertionID); //The system will be able to sleep again. } ... _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com