private static boolean isCompilationStartedAutomatically()

in src/main/java/com/intellij/compiler/impl/InternalCompileDriver.java [164:166]


    private static boolean isCompilationStartedAutomatically(CompileScope scope) {
        return Boolean.TRUE.equals(scope.getUserData(COMPILATION_STARTED_AUTOMATICALLY));
    }