- (void)system_Sleep_Now { NSTask *task = [[NSTask alloc] init]; task.launchPath = @"/usr/bin/pmset"; task.arguments = @[@"sleepnow"]; [task launch]; }