1. Objective C / Говнокод #19308

    −35

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    - (void) findFileTimeout: (NSTimer *) t {
        
        [detectFileTimerTimeout invalidate];
        detectFileTimerTimeout = nil;
        
        [detectFileTimer invalidate];
        detectFileTimer = nil;
        
        [WriteToLog WriteToLog:@"Timeout reached!"];
        [WriteToLog WriteToLog:@"Closing..."];
        
        exit(0);
        [NSApp terminate:nil];
        [[NSApplication sharedApplication] terminate:nil];
        
    }

    Выход по таймауту

    Запостил: EMax, 14 Января 2016

    Комментарии (2) RSS

    • int i = 0;
      i = 5/i;
      NSObject* nilObj = nil;
      NSDictionary* exitDict = @{@"kontrolny": nilObj};
      Ответить
    • видно что есть знания в закрытии приложений
      Ответить

    Добавить комментарий